Home
last modified time | relevance | path

Searched defs:dsa_with_sha384 (Results 1 – 5 of 5) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/nist/
H A DNISTObjectIdentifiers.java130 static final ASN1ObjectIdentifier dsa_with_sha384 = sigAlgs.branch("3"); field
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DDefaultSignatureAlgorithmIdentifierFinder.java338 digestOids.put(NISTObjectIdentifiers.dsa_with_sha384, NISTObjectIdentifiers.id_sha384); in digestOids.put()
H A DDefaultDigestAlgorithmIdentifierFinder.java75 digestOids.put(NISTObjectIdentifiers.dsa_with_sha384, NISTObjectIdentifiers.id_sha384); in digestOids.put()
H A DDefaultAlgorithmNameFinder.java92 algorithms.put(NISTObjectIdentifiers.dsa_with_sha384, "SHA384WITHDSA"); in algorithms.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedHelper.java52 addEntries(NISTObjectIdentifiers.dsa_with_sha384, "DSA"); in addEntries()