Searched refs:RSA_PKCS1d5 (Results 1 – 2 of 2) sorted by relevance
15 private static final Set RSA_PKCS1d5 = new HashSet(); field in DefaultCMSSignatureEncryptionAlgorithmFinder23 RSA_PKCS1d5.add(PKCSObjectIdentifiers.md5WithRSAEncryption);24 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);25 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha224WithRSAEncryption);26 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha256WithRSAEncryption);27 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha384WithRSAEncryption);28 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha512WithRSAEncryption);33 RSA_PKCS1d5.add(OIWObjectIdentifiers.md5WithRSA);34 RSA_PKCS1d5.add(OIWObjectIdentifiers.sha1WithRSA);45 if (RSA_PKCS1d5.contains(signatureAlgorithm.getAlgorithm())) in findEncryptionAlgorithm()
686 - RSA_PKCS1d5.add(PKCSObjectIdentifiers.md2WithRSAEncryption);687 - RSA_PKCS1d5.add(PKCSObjectIdentifiers.md4WithRSAEncryption);689 + // RSA_PKCS1d5.add(PKCSObjectIdentifiers.md2WithRSAEncryption);690 + // RSA_PKCS1d5.add(PKCSObjectIdentifiers.md4WithRSAEncryption);692 RSA_PKCS1d5.add(PKCSObjectIdentifiers.md5WithRSAEncryption);693 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha1WithRSAEncryption);694 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha224WithRSAEncryption);695 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha256WithRSAEncryption);696 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha384WithRSAEncryption);697 RSA_PKCS1d5.add(PKCSObjectIdentifiers.sha512WithRSAEncryption);[all …]