HomeSort by relevance Sort by last modified time
    Searched full:encryptionalgs (Results 1 - 4 of 4) 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);
70 encryptionAlgs.put(X9ObjectIdentifiers.id_dsa, "DSA");
71 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption, "RSA");
72 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
73 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa, "RSA");
74 encryptionAlgs.put(PKCSObjectIdentifiers.id_RSASSA_PSS, "RSAandMGF1");
76 // encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_94, "GOST3410");
77 // encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_2001, "ECGOST3410");
78 // encryptionAlgs.put(new ASN1ObjectIdentifier("1.3.6.1.4.1.5849.1.6.2"), "ECGOST3410")
    [all...]
CMSSignedHelper.java 41 private static final Map encryptionAlgs = new HashMap();
48 encryptionAlgs.put(alias.getId(), encryption);
90 encryptionAlgs.put(X9ObjectIdentifiers.id_dsa.getId(), "DSA");
91 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption.getId(), "RSA");
92 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
93 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...]
  /external/bouncycastle/patches/
bcpkix.patch 317 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption.getId(), "RSA");
318 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
319 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa.getId(), "RSA");
320 - encryptionAlgs.put(CMSSignedDataGenerator.ENCRYPTION_RSA_PSS, "RSAandMGF1");
321 - encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_94.getId(), "GOST3410");
322 - encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3410_2001.getId(), "ECGOST3410");
323 - encryptionAlgs.put("1.3.6.1.4.1.5849.1.6.2", "ECGOST3410");
324 - encryptionAlgs.put("1.3.6.1.4.1.5849.1.1.5", "GOST3410");
325 - encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_2001.getId(), "ECGOST3410");
326 - encryptionAlgs.put(CryptoProObjectIdentifiers.gostR3411_94_with_gostR3410_94.getId(), "GOST3410")
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 222 milliseconds