Home
last modified time | relevance | path

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

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/nist/
H A DNISTObjectIdentifiers.java132 static final ASN1ObjectIdentifier dsa_with_sha512 = sigAlgs.branch("4"); field
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/operator/
H A DDefaultSignatureAlgorithmIdentifierFinder.java339 digestOids.put(NISTObjectIdentifiers.dsa_with_sha512, NISTObjectIdentifiers.id_sha512); in digestOids.put()
H A DDefaultDigestAlgorithmIdentifierFinder.java76 digestOids.put(NISTObjectIdentifiers.dsa_with_sha512, NISTObjectIdentifiers.id_sha512); in digestOids.put()
H A DDefaultAlgorithmNameFinder.java93 algorithms.put(NISTObjectIdentifiers.dsa_with_sha512, "SHA512WITHDSA"); in algorithms.put()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedHelper.java53 addEntries(NISTObjectIdentifiers.dsa_with_sha512, "DSA"); in addEntries()