Home
last modified time | relevance | path

Searched defs:dsaWithSHA1 (Results 1 – 15 of 15) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/oiw/
H A DOIWObjectIdentifiers.java36 …static final ASN1ObjectIdentifier dsaWithSHA1 = new ASN1ObjectIdentifier("1.3.14.3.… field
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.1/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509SignatureUtil.java41 algNames.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1withDSA"); in algNames.put()
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.3/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509SignatureUtil.java39 algNames.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1withDSA"); in algNames.put()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509SignatureUtil.java40 algNames.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1withDSA"); in algNames.put()
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.3/org/bouncycastle/jce/
H A DPKCS10CertificationRequest.java146 oids.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1WITHDSA"); in oids.put()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jce/provider/
H A DProvRevocationChecker.java73 oids.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1WITHDSA"); in oids.put()
H A DProvOcspRevocationChecker.java116 oids.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1WITHDSA"); in oids.put()
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jce/
H A DPKCS10CertificationRequest.java149 oids.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1WITHDSA"); in oids.put()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/util/
H A DPublicKeyFactory.java84 converters.put(OIWObjectIdentifiers.dsaWithSHA1, new DSAConverter()); in converters.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedHelper.java58 addEntries(OIWObjectIdentifiers.dsaWithSHA1, "DSA"); in addEntries()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/jdk1.1/org/bouncycastle/operator/jcajce/
H A DOperatorHelper.java87 oids.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1WITHDSA"); in oids.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DDefaultDigestAlgorithmIdentifierFinder.java37 digestOids.put(OIWObjectIdentifiers.dsaWithSHA1, OIWObjectIdentifiers.idSHA1); in digestOids.put()
H A DDefaultAlgorithmNameFinder.java54 algorithms.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1WITHDSA"); in algorithms.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/jdk1.3/org/bouncycastle/operator/jcajce/
H A DOperatorHelper.java99 oids.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1WITHDSA"); in oids.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DOperatorHelper.java107 oids.put(OIWObjectIdentifiers.dsaWithSHA1, "SHA1WITHDSA"); in oids.put()