HomeSort by relevance Sort by last modified time
    Searched defs:NISTObjectIdentifiers (Results 1 - 16 of 16) 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());
65 // sha512_224.add(NISTObjectIdentifiers.id_sha512_224.getId());
69 // sha512_256.add(NISTObjectIdentifiers.id_sha512_256.getId());
72 // sha3_224.add(NISTObjectIdentifiers.id_sha3_224.getId());
75 // sha3_256.add(NISTObjectIdentifiers.id_sha3_256.getId());
78 // sha3_384.add(NISTObjectIdentifiers.id_sha3_384.getId())
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
BaseAgreementSpi.java 20 import org.bouncycastle.asn1.nist.NISTObjectIdentifiers;
56 keySizes.put(NISTObjectIdentifiers.id_aes128_ECB.getId(), i128);
57 keySizes.put(NISTObjectIdentifiers.id_aes192_ECB.getId(), i192);
58 keySizes.put(NISTObjectIdentifiers.id_aes256_ECB.getId(), i256);
59 keySizes.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128);
60 keySizes.put(NISTObjectIdentifiers.id_aes192_CBC.getId(), i192);
61 keySizes.put(NISTObjectIdentifiers.id_aes256_CBC.getId(), i256);
62 keySizes.put(NISTObjectIdentifiers.id_aes128_CFB.getId(), i128);
63 keySizes.put(NISTObjectIdentifiers.id_aes192_CFB.getId(), i192);
64 keySizes.put(NISTObjectIdentifiers.id_aes256_CFB.getId(), i256)
    [all...]
  /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 19 import org.bouncycastle.asn1.nist.NISTObjectIdentifiers;
79 algorithms.put("SHA224WITHDSA", NISTObjectIdentifiers.dsa_with_sha224);
80 algorithms.put("SHA256WITHDSA", NISTObjectIdentifiers.dsa_with_sha256);
81 algorithms.put("SHA384WITHDSA", NISTObjectIdentifiers.dsa_with_sha384);
82 algorithms.put("SHA512WITHDSA", NISTObjectIdentifiers.dsa_with_sha512);
122 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
123 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
124 noParams.add(NISTObjectIdentifiers.dsa_with_sha384);
125 noParams.add(NISTObjectIdentifiers.dsa_with_sha512);
165 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);
165 oids.put(NISTObjectIdentifiers.dsa_with_sha224, "SHA224WITHDSA");
166 oids.put(NISTObjectIdentifiers.dsa_with_sha256, "SHA256WITHDSA");
184 noParams.add(NISTObjectIdentifiers.dsa_with_sha224);
185 noParams.add(NISTObjectIdentifiers.dsa_with_sha256);
200 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
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /prebuilts/misc/common/robolectric/lib/
bcprov-jdk16-1.46.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.jar 
  /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 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 

Completed in 1134 milliseconds