OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ecdsa_with_SHA1
(Results
1 - 3
of
3
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Util.java
88
algorithms.put("SHA1WITHECDSA", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
89
algorithms.put("ECDSAWITHSHA1", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
108
noParams.add(X9ObjectIdentifiers.
ecdsa_with_SHA1
);
/external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java
127
algorithms.put("SHA1WITHECDSA", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
134
algorithms.put("ECDSAWITHSHA1", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
164
oids.put(X9ObjectIdentifiers.
ecdsa_with_SHA1
, "SHA1WITHECDSA");
188
noParams.add(X9ObjectIdentifiers.
ecdsa_with_SHA1
);
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java
28
static final ASN1ObjectIdentifier
ecdsa_with_SHA1
= new ASN1ObjectIdentifier(id_ecSigType + ".1");
Completed in 27 milliseconds