OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X9ObjectIdentifiers
(Results
1 - 3
of
3
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java
44
import org.bouncycastle.asn1.x9.
X9ObjectIdentifiers
;
127
algorithms.put("SHA1WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
129
// algorithms.put("SHA224WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA224);
131
algorithms.put("SHA256WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA256);
132
algorithms.put("SHA384WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA384);
133
algorithms.put("SHA512WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA512);
134
algorithms.put("ECDSAWITHSHA1",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
164
oids.put(
X9ObjectIdentifiers
.ecdsa_with_SHA1, "SHA1WITHECDSA");
166
// oids.put(
X9ObjectIdentifiers
.ecdsa_with_SHA224, "SHA224WITHECDSA");
168
oids.put(
X9ObjectIdentifiers
.ecdsa_with_SHA256, "SHA256WITHECDSA")
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
X509Util.java
35
import org.bouncycastle.asn1.x9.
X9ObjectIdentifiers
;
80
algorithms.put("SHA1WITHDSA",
X9ObjectIdentifiers
.id_dsa_with_sha1);
81
algorithms.put("DSAWITHSHA1",
X9ObjectIdentifiers
.id_dsa_with_sha1);
88
algorithms.put("SHA1WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
89
algorithms.put("ECDSAWITHSHA1",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
91
// algorithms.put("SHA224WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA224);
93
algorithms.put("SHA256WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA256);
94
algorithms.put("SHA384WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA384);
95
algorithms.put("SHA512WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA512);
108
noParams.add(
X9ObjectIdentifiers
.ecdsa_with_SHA1)
[
all
...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java
5
public interface
X9ObjectIdentifiers
Completed in 1088 milliseconds