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

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureAlgorithmNameGenerator.java 22 private final Map encryptionAlgs = new HashMap();
28 encryptionAlgs.put(alias, encryption);
78 encryptionAlgs.put(X9ObjectIdentifiers.id_dsa, "DSA");
79 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption, "RSA");
80 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
81 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa, "RSA");
82 encryptionAlgs.put(PKCSObjectIdentifiers.id_RSASSA_PSS, "RSAandMGF1");
84 // encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_94, "GOST3410");
85 // encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_2001, "ECGOST3410");
86 // encryptionAlgs.put(new ASN1ObjectIdentifier("1.3.6.1.4.1.5849.1.6.2"), "ECGOST3410")
    [all...]
CMSSignedHelper.java 55 private static final Map encryptionAlgs = new HashMap();
62 encryptionAlgs.put(alias.getId(), encryption);
112 encryptionAlgs.put(X9ObjectIdentifiers.id_dsa.getId(), "DSA");
113 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption.getId(), "RSA");
114 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
115 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa.getId(), "RSA");
117 // encryptionAlgs.put(CMSSignedDataGenerator.ENCRYPTION_RSA_PSS, "RSAandMGF1");
118 // encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_94.getId(), "GOST3410");
119 // encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_2001.getId(), "ECGOST3410");
120 // encryptionAlgs.put("1.3.6.1.4.1.5849.1.6.2", "ECGOST3410")
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 131 milliseconds