OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:X9ObjectIdentifiers
(Results
1 - 8
of
8
) sorted by null
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java
21
import org.bouncycastle.asn1.x9.
X9ObjectIdentifiers
;
34
private static final ASN1ObjectIdentifier ENCRYPTION_DSA =
X9ObjectIdentifiers
.id_dsa_with_sha1;
35
private static final ASN1ObjectIdentifier ENCRYPTION_ECDSA =
X9ObjectIdentifiers
.ecdsa_with_SHA1;
77
algorithms.put("SHA1WITHDSA",
X9ObjectIdentifiers
.id_dsa_with_sha1);
78
algorithms.put("DSAWITHSHA1",
X9ObjectIdentifiers
.id_dsa_with_sha1);
85
algorithms.put("SHA1WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
86
algorithms.put("ECDSAWITHSHA1",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
88
// algorithms.put("SHA224WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA224);
90
algorithms.put("SHA256WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA256);
91
algorithms.put("SHA384WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA384)
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java
48
import org.bouncycastle.asn1.x9.
X9ObjectIdentifiers
;
132
algorithms.put("SHA1WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
134
// algorithms.put("SHA224WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA224);
136
algorithms.put("SHA256WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA256);
137
algorithms.put("SHA384WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA384);
138
algorithms.put("SHA512WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA512);
139
algorithms.put("ECDSAWITHSHA1",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
169
oids.put(
X9ObjectIdentifiers
.ecdsa_with_SHA1, "SHA1WITHECDSA");
171
// oids.put(
X9ObjectIdentifiers
.ecdsa_with_SHA224, "SHA224WITHECDSA");
173
oids.put(
X9ObjectIdentifiers
.ecdsa_with_SHA256, "SHA256WITHECDSA")
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java
39
import org.bouncycastle.asn1.x9.
X9ObjectIdentifiers
;
84
algorithms.put("SHA1WITHDSA",
X9ObjectIdentifiers
.id_dsa_with_sha1);
85
algorithms.put("DSAWITHSHA1",
X9ObjectIdentifiers
.id_dsa_with_sha1);
92
algorithms.put("SHA1WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
93
algorithms.put("ECDSAWITHSHA1",
X9ObjectIdentifiers
.ecdsa_with_SHA1);
95
// algorithms.put("SHA224WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA224);
97
algorithms.put("SHA256WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA256);
98
algorithms.put("SHA384WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA384);
99
algorithms.put("SHA512WITHECDSA",
X9ObjectIdentifiers
.ecdsa_with_SHA512);
112
noParams.add(
X9ObjectIdentifiers
.ecdsa_with_SHA1)
[
all
...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java
36
import org.bouncycastle.asn1.x9.
X9ObjectIdentifiers
;
92
addEntries(
X9ObjectIdentifiers
.ecdsa_with_SHA1, "SHA1", "ECDSA");
94
// addEntries(
X9ObjectIdentifiers
.ecdsa_with_SHA224, "SHA224", "ECDSA");
96
addEntries(
X9ObjectIdentifiers
.ecdsa_with_SHA256, "SHA256", "ECDSA");
97
addEntries(
X9ObjectIdentifiers
.ecdsa_with_SHA384, "SHA384", "ECDSA");
98
addEntries(
X9ObjectIdentifiers
.ecdsa_with_SHA512, "SHA512", "ECDSA");
99
addEntries(
X9ObjectIdentifiers
.id_dsa_with_sha1, "SHA1", "DSA");
112
encryptionAlgs.put(
X9ObjectIdentifiers
.id_dsa.getId(), "DSA");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java
5
public interface
X9ObjectIdentifiers
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 373 milliseconds