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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureEncryptionAlgorithmFinder.java 8 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
20 // RSA_PKCS1d5.add(PKCSObjectIdentifiers.md2WithRSAEncryption);
21 // RSA_PKCS1d5.add(PKCSObjectIdentifiers.md4WithRSAEncryption);
23 RSA_PKCS1d5.add(PKCSObjectIdentifiers.md5WithRSAEncryption);
24 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);
26 // RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha224WithRSAEncryption);
28 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha256WithRSAEncryption);
29 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha384WithRSAEncryption);
30 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha512WithRSAEncryption);
49 return new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE)
    [all...]
CMSSignedHelper.java 32 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
72 // addEntries(PKCSObjectIdentifiers.md2WithRSAEncryption, "MD2", "RSA");
73 // addEntries(PKCSObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
75 addEntries(PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5", "RSA");
76 addEntries(PKCSObjectIdentifiers.sha1WithRSAEncryption, "SHA1", "RSA");
78 // addEntries(PKCSObjectIdentifiers.sha224WithRSAEncryption, "SHA224", "RSA");
80 addEntries(PKCSObjectIdentifiers.sha256WithRSAEncryption, "SHA256", "RSA");
81 addEntries(PKCSObjectIdentifiers.sha384WithRSAEncryption, "SHA384", "RSA");
82 addEntries(PKCSObjectIdentifiers.sha512WithRSAEncryption, "SHA512", "RSA");
104 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption.getId(), "RSA")
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 17 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
33 private static final ASN1ObjectIdentifier ENCRYPTION_RSA = PKCSObjectIdentifiers.rsaEncryption;
36 private static final ASN1ObjectIdentifier ENCRYPTION_RSA_PSS = PKCSObjectIdentifiers.id_RSASSA_PSS;
45 // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption);
46 // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption);
48 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption);
49 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption);
50 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption);
51 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption);
53 // algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
DigestFactory.java 11 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
42 md5.add(PKCSObjectIdentifiers.md5.getId());
66 oids.put("MD5", PKCSObjectIdentifiers.md5);
67 oids.put(PKCSObjectIdentifiers.md5.getId(), PKCSObjectIdentifiers.md5);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 20 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
73 algorithms.put(PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId(), i192);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PKCSObjectIdentifiers.java 5 public interface PKCSObjectIdentifiers
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 419 milliseconds