HomeSort by relevance Sort by last modified time
    Searched defs:oids (Results 1 - 3 of 3) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDigestUtil.java 34 private static Map oids = new HashMap(); field in class:JCEDigestUtil
63 oids.put("MD5", PKCSObjectIdentifiers.md5);
64 oids.put(PKCSObjectIdentifiers.md5.getId(), PKCSObjectIdentifiers.md5);
66 oids.put("SHA1", OIWObjectIdentifiers.idSHA1);
67 oids.put("SHA-1", OIWObjectIdentifiers.idSHA1);
68 oids.put(OIWObjectIdentifiers.idSHA1.getId(), OIWObjectIdentifiers.idSHA1);
71 // oids.put("SHA224", NISTObjectIdentifiers.id_sha224);
72 // oids.put("SHA-224", NISTObjectIdentifiers.id_sha224);
73 // oids.put(NISTObjectIdentifiers.id_sha224.getId(), NISTObjectIdentifiers.id_sha224);
76 oids.put("SHA256", NISTObjectIdentifiers.id_sha256)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 76 private static Hashtable oids = new Hashtable(); field in class:PKCS10CertificationRequest
126 oids.put(new DERObjectIdentifier("1.2.840.113549.1.1.5"), "SHA1WITHRSA");
127 oids.put(PKCSObjectIdentifiers.sha224WithRSAEncryption, "SHA224WITHRSA");
128 oids.put(PKCSObjectIdentifiers.sha256WithRSAEncryption, "SHA256WITHRSA");
129 oids.put(PKCSObjectIdentifiers.sha384WithRSAEncryption, "SHA384WITHRSA");
130 oids.put(PKCSObjectIdentifiers.sha512WithRSAEncryption, "SHA512WITHRSA");
131 oids.put(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94, "GOST3411WITHGOST3410");
132 oids.put(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001, "GOST3411WITHECGOST3410");
134 oids.put(new DERObjectIdentifier("1.2.840.113549.1.1.4"), "MD5WITHRSA");
137 // oids.put(new DERObjectIdentifier("1.2.840.113549.1.1.2"), "MD2WITHRSA")
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509Extensions.java 317 public Enumeration oids() method in class:X509Extensions

Completed in 183 milliseconds