HomeSort by relevance Sort by last modified time
    Searched defs:encryptionAlgs (Results 1 - 7 of 7) 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);
83 encryptionAlgs.put(X9ObjectIdentifiers.id_dsa, "DSA");
84 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption, "RSA");
85 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
86 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa, "RSA");
87 encryptionAlgs.put(PKCSObjectIdentifiers.id_RSASSA_PSS, "RSAandMGF1");
89 // encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_94, "GOST3410");
90 // encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_2001, "ECGOST3410");
91 // encryptionAlgs.put(new ASN1ObjectIdentifier("1.3.6.1.4.1.5849.1.6.2"), "ECGOST3410")
    [all...]
CMSSignedHelper.java 40 private static final Map encryptionAlgs = new HashMap();
47 encryptionAlgs.put(alias.getId(), encryption);
89 encryptionAlgs.put(X9ObjectIdentifiers.id_dsa.getId(), "DSA");
90 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption.getId(), "RSA");
91 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
92 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa.getId(), "RSA");
95 encryptionAlgs.put(CMSSignedDataGenerator.ENCRYPTION_RSA_PSS, "RSAandMGF1");
96 encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_94.getId(), "GOST3410");
97 encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_2001.getId(), "ECGOST3410");
98 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/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.56/
bcpkix-jdk15on-1.56.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 1779 milliseconds