OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ecdsa_with_SHA1
(Results
1 - 5
of
5
) sorted by null
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java
35
private static final ASN1ObjectIdentifier ENCRYPTION_ECDSA = X9ObjectIdentifiers.
ecdsa_with_SHA1
;
79
algorithms.put("SHA1WITHECDSA", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
80
algorithms.put("ECDSAWITHSHA1", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
97
noParams.add(X9ObjectIdentifiers.
ecdsa_with_SHA1
);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java
126
algorithms.put("SHA1WITHECDSA", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
131
algorithms.put("ECDSAWITHSHA1", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
159
oids.put(X9ObjectIdentifiers.
ecdsa_with_SHA1
, "SHA1WITHECDSA");
179
noParams.add(X9ObjectIdentifiers.
ecdsa_with_SHA1
);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java
86
algorithms.put("SHA1WITHECDSA", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
87
algorithms.put("ECDSAWITHSHA1", X9ObjectIdentifiers.
ecdsa_with_SHA1
);
104
noParams.add(X9ObjectIdentifiers.
ecdsa_with_SHA1
);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java
40
static final ASN1ObjectIdentifier
ecdsa_with_SHA1
= id_ecSigType.branch("1");
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 165 milliseconds