Home
last modified time | relevance | path

Searched defs:idSHA1 (Results 1 – 10 of 10) sorted by relevance

/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()
40 digestOids.put(OIWObjectIdentifiers.sha1WithRSA, OIWObjectIdentifiers.idSHA1); in digestOids.put()
51 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put()
53 digestOids.put(X9ObjectIdentifiers.ecdsa_with_SHA1, OIWObjectIdentifiers.idSHA1); in digestOids.put()
58 digestOids.put(X9ObjectIdentifiers.id_dsa_with_sha1, OIWObjectIdentifiers.idSHA1); in digestOids.put()
60 digestOids.put(BSIObjectIdentifiers.ecdsa_plain_SHA1, OIWObjectIdentifiers.idSHA1); in digestOids.put()
67 digestOids.put(EACObjectIdentifiers.id_TA_ECDSA_SHA_1, OIWObjectIdentifiers.idSHA1); in digestOids.put()
157 addDigestAlgId(OIWObjectIdentifiers.idSHA1, true); in addDigestAlgId()
H A DDefaultSignatureAlgorithmIdentifierFinder.java356 digestOids.put(PKCSObjectIdentifiers.sha1WithRSAEncryption, OIWObjectIdentifiers.idSHA1); in digestOids.put()
H A DDefaultAlgorithmNameFinder.java56 algorithms.put(OIWObjectIdentifiers.idSHA1, "SHA1"); in algorithms.put()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/oiw/
H A DOIWObjectIdentifiers.java33 …static final ASN1ObjectIdentifier idSHA1 = new ASN1ObjectIdentifier("1.3.14.3.… field
/dports/java/bouncycastle15/crypto-169/prov/src/main/java/org/bouncycastle/jcajce/util/
H A DMessageDigestUtils.java25 digestOidMap.put(OIWObjectIdentifiers.idSHA1, "SHA-1"); in digestOidMap.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cert/crmf/jcajce/
H A DCRMFHelper.java68 DIGEST_ALG_NAMES.put(OIWObjectIdentifiers.idSHA1, "SHA1"); in DIGEST_ALG_NAMES.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/jdk1.1/org/bouncycastle/cert/crmf/jcajce/
H A DCRMFHelper.java70 DIGEST_ALG_NAMES.put(OIWObjectIdentifiers.idSHA1, "SHA1"); in DIGEST_ALG_NAMES.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/jdk1.1/org/bouncycastle/operator/jcajce/
H A DOperatorHelper.java91 oids.put(OIWObjectIdentifiers.idSHA1, "SHA-1"); in oids.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/jdk1.3/org/bouncycastle/operator/jcajce/
H A DOperatorHelper.java103 oids.put(OIWObjectIdentifiers.idSHA1, "SHA1"); in oids.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/jcajce/
H A DOperatorHelper.java111 oids.put(OIWObjectIdentifiers.idSHA1, "SHA1"); in oids.put()