Home
last modified time | relevance | path

Searched refs:ecdsa_with_SHA224 (Results 1 – 13 of 13) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DDefaultSignatureAlgorithmIdentifierFinder.java85 algorithms.put("SHA224WITHECDSA", X9ObjectIdentifiers.ecdsa_with_SHA224);
117 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
DDefaultDigestAlgorithmIdentifierFinder.java50 digestOids.put(X9ObjectIdentifiers.ecdsa_with_SHA224, NISTObjectIdentifiers.id_sha224); in digestOids.put() argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DEC.java219 …vider, "SHA224", "ECDSA", PREFIX + "SignatureSpi$ecDSA224", X9ObjectIdentifiers.ecdsa_with_SHA224); in configure()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DPKCS10CertificationRequest.java127 algorithms.put("SHA224WITHECDSA", X9ObjectIdentifiers.ecdsa_with_SHA224);
159 oids.put(X9ObjectIdentifiers.ecdsa_with_SHA224, "SHA224WITHECDSA"); in oids.put() argument
179 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java88 algorithms.put("SHA224WITHECDSA", X9ObjectIdentifiers.ecdsa_with_SHA224);
105 noParams.add(X9ObjectIdentifiers.ecdsa_with_SHA224);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9ObjectIdentifiers.java52 static final ASN1ObjectIdentifier ecdsa_with_SHA224 = ecdsa_with_SHA2.branch("1"); field
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DDefaultCMSSignatureAlgorithmNameGenerator.java61 addEntries(X9ObjectIdentifiers.ecdsa_with_SHA224, "SHA224", "ECDSA"); in DefaultCMSSignatureAlgorithmNameGenerator()
DCMSSignedGenerator.java61 … static final String ENCRYPTION_ECDSA_WITH_SHA224 = X9ObjectIdentifiers.ecdsa_with_SHA224.getId();
DCMSSignedHelper.java75 addEntries(X9ObjectIdentifiers.ecdsa_with_SHA224, "SHA224", "ECDSA"); in addEntries() argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
DOperatorHelper.java90 oids.put(X9ObjectIdentifiers.ecdsa_with_SHA224, "SHA224WITHECDSA"); in oids.put() argument
/external/boringssl/src/crypto/obj/
Dobj_mac.num784 ecdsa_with_SHA224 793
/external/bouncycastle/patches/
Dbcpkix.patch257 … static final String ENCRYPTION_ECDSA_WITH_SHA224 = X9ObjectIdentifiers.ecdsa_with_SHA224.getId();
1156 oids.put(X9ObjectIdentifiers.ecdsa_with_SHA224, "SHA224WITHECDSA");
Dbcprov.patch1512 …vider, "SHA224", "ECDSA", PREFIX + "SignatureSpi$ecDSA224", X9ObjectIdentifiers.ecdsa_with_SHA224);
7818 oids.put(X9ObjectIdentifiers.ecdsa_with_SHA224, "SHA224WITHECDSA");