Searched refs:encryptionAlgs (Results 1 – 2 of 2) sorted by relevance
25 private final Map encryptionAlgs = new HashMap(); field in DefaultCMSSignatureAlgorithmNameGenerator31 encryptionAlgs.put(alias, encryption); in addEntries()116 encryptionAlgs.put(X9ObjectIdentifiers.id_dsa, "DSA"); in DefaultCMSSignatureAlgorithmNameGenerator()117 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption, "RSA"); in DefaultCMSSignatureAlgorithmNameGenerator()118 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA"); in DefaultCMSSignatureAlgorithmNameGenerator()119 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa, "RSA"); in DefaultCMSSignatureAlgorithmNameGenerator()120 encryptionAlgs.put(PKCSObjectIdentifiers.id_RSASSA_PSS, "RSAandMGF1"); in DefaultCMSSignatureAlgorithmNameGenerator()187 String algName = (String)encryptionAlgs.get(encryptionAlgOID); in getEncryptionAlgName()206 encryptionAlgs.put(oid, algorithmName); in setSigningEncryptionAlgorithmMapping()
41 private static final Map encryptionAlgs = new HashMap(); field in CMSSignedHelper45 encryptionAlgs.put(alias.getId(), encryption); in addEntries()145 String algName = (String)encryptionAlgs.get(encryptionAlgOID); in getEncryptionAlgName()