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

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
DigestFactory.java 9 import org.bouncycastle.asn1.nist.NISTObjectIdentifiers;
48 sha224.add(NISTObjectIdentifiers.id_sha224.getId());
52 sha256.add(NISTObjectIdentifiers.id_sha256.getId());
56 sha384.add(NISTObjectIdentifiers.id_sha384.getId());
60 sha512.add(NISTObjectIdentifiers.id_sha512.getId());
69 oids.put("SHA224", NISTObjectIdentifiers.id_sha224);
70 oids.put("SHA-224", NISTObjectIdentifiers.id_sha224);
71 oids.put(NISTObjectIdentifiers.id_sha224.getId(), NISTObjectIdentifiers.id_sha224);
73 oids.put("SHA256", NISTObjectIdentifiers.id_sha256)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 19 import org.bouncycastle.asn1.nist.NISTObjectIdentifiers;
67 algorithms.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128);
68 algorithms.put(NISTObjectIdentifiers.id_aes192_CBC.getId(), i192);
69 algorithms.put(NISTObjectIdentifiers.id_aes256_CBC.getId(), i256);
70 algorithms.put(NISTObjectIdentifiers.id_aes128_wrap.getId(), i128);
71 algorithms.put(NISTObjectIdentifiers.id_aes192_wrap.getId(), i192);
72 algorithms.put(NISTObjectIdentifiers.id_aes256_wrap.getId(), i256);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 21 import org.bouncycastle.asn1.nist.NISTObjectIdentifiers;
53 addEntries(NISTObjectIdentifiers.dsa_with_sha224, "SHA224", "DSA");
54 addEntries(NISTObjectIdentifiers.dsa_with_sha256, "SHA256", "DSA");
55 addEntries(NISTObjectIdentifiers.dsa_with_sha384, "SHA384", "DSA");
56 addEntries(NISTObjectIdentifiers.dsa_with_sha512, "SHA512", "DSA");
108 digestAlgs.put(NISTObjectIdentifiers.id_sha224.getId(), "SHA224");
109 digestAlgs.put(NISTObjectIdentifiers.id_sha256.getId(), "SHA256");
110 digestAlgs.put(NISTObjectIdentifiers.id_sha384.getId(), "SHA384");
111 digestAlgs.put(NISTObjectIdentifiers.id_sha512.getId(), "SHA512");
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 15 import org.bouncycastle.asn1.nist.NISTObjectIdentifiers;
75 algorithms.put("SHA224WITHDSA", NISTObjectIdentifiers.dsa_with_sha224);
76 algorithms.put("SHA256WITHDSA", NISTObjectIdentifiers.dsa_with_sha256);
77 algorithms.put("SHA384WITHDSA", NISTObjectIdentifiers.dsa_with_sha384);
78 algorithms.put("SHA512WITHDSA", NISTObjectIdentifiers.dsa_with_sha512);
103 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
104 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
105 noParams.add(NISTObjectIdentifiers.dsa_with_sha384);
106 noParams.add(NISTObjectIdentifiers.dsa_with_sha512);
136 AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 31 import org.bouncycastle.asn1.nist.NISTObjectIdentifiers;
82 algorithms.put("SHA224WITHDSA", NISTObjectIdentifiers.dsa_with_sha224);
83 algorithms.put("SHA256WITHDSA", NISTObjectIdentifiers.dsa_with_sha256);
84 algorithms.put("SHA384WITHDSA", NISTObjectIdentifiers.dsa_with_sha384);
85 algorithms.put("SHA512WITHDSA", NISTObjectIdentifiers.dsa_with_sha512);
110 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
111 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
112 noParams.add(NISTObjectIdentifiers.dsa_with_sha384);
113 noParams.add(NISTObjectIdentifiers.dsa_with_sha512);
129 AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 36 import org.bouncycastle.asn1.nist.NISTObjectIdentifiers;
122 algorithms.put("SHA224WITHDSA", NISTObjectIdentifiers.dsa_with_sha224);
123 algorithms.put("SHA256WITHDSA", NISTObjectIdentifiers.dsa_with_sha256);
124 algorithms.put("SHA384WITHDSA", NISTObjectIdentifiers.dsa_with_sha384);
125 algorithms.put("SHA512WITHDSA", NISTObjectIdentifiers.dsa_with_sha512);
166 oids.put(NISTObjectIdentifiers.dsa_with_sha224, "SHA224WITHDSA");
167 oids.put(NISTObjectIdentifiers.dsa_with_sha256, "SHA256WITHDSA");
185 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
186 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
201 AlgorithmIdentifier sha224AlgId = new AlgorithmIdentifier(NISTObjectIdentifiers.id_sha224, DERNull.INSTANCE)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTObjectIdentifiers.java 10 public interface NISTObjectIdentifiers
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.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 402 milliseconds