OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dsaWithSHA1
(Results
1 - 4
of
4
) sorted by null
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/oiw/
OIWObjectIdentifiers.java
22
static final ASN1ObjectIdentifier
dsaWithSHA1
= new ASN1ObjectIdentifier("1.3.14.3.2.27");
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/util/
PublicKeyFactory.java
160
|| algId.getObjectId().equals(OIWObjectIdentifiers.
dsaWithSHA1
))
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKKeyFactory.java
274
else if (algOid.equals(OIWObjectIdentifiers.
dsaWithSHA1
))
/external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java
120
algorithms.put("
DSAWITHSHA1
", new DERObjectIdentifier("1.2.840.10040.4.3"));
172
oids.put(OIWObjectIdentifiers.
dsaWithSHA1
, "SHA1WITHDSA");
Completed in 31 milliseconds