Lines Matching refs:RSA

337 -        addEntries(OIWObjectIdentifiers.md4WithRSA, "MD4", "RSA");
338 - addEntries(OIWObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
340 + // addEntries(OIWObjectIdentifiers.md4WithRSA, "MD4", "RSA");
341 + // addEntries(OIWObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
343 addEntries(OIWObjectIdentifiers.md5WithRSA, "MD5", "RSA");
344 addEntries(OIWObjectIdentifiers.sha1WithRSA, "SHA1", "RSA");
345 - addEntries(PKCSObjectIdentifiers.md2WithRSAEncryption, "MD2", "RSA");
346 - addEntries(PKCSObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
348 + // addEntries(PKCSObjectIdentifiers.md2WithRSAEncryption, "MD2", "RSA");
349 + // addEntries(PKCSObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
351 addEntries(PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5", "RSA");
352 addEntries(PKCSObjectIdentifiers.sha1WithRSAEncryption, "SHA1", "RSA");
353 addEntries(PKCSObjectIdentifiers.sha224WithRSAEncryption, "SHA224", "RSA");
355 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption.getId(), "RSA");
356 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
357 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa.getId(), "RSA");
597 - addEntries(OIWObjectIdentifiers.md4WithRSA, "MD4", "RSA");
598 - addEntries(OIWObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
600 + // addEntries(OIWObjectIdentifiers.md4WithRSA, "MD4", "RSA");
601 + // addEntries(OIWObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
603 addEntries(OIWObjectIdentifiers.md5WithRSA, "MD5", "RSA");
604 addEntries(OIWObjectIdentifiers.sha1WithRSA, "SHA1", "RSA");
605 - addEntries(PKCSObjectIdentifiers.md2WithRSAEncryption, "MD2", "RSA");
606 - addEntries(PKCSObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
608 + // addEntries(PKCSObjectIdentifiers.md2WithRSAEncryption, "MD2", "RSA");
609 + // addEntries(PKCSObjectIdentifiers.md4WithRSAEncryption, "MD4", "RSA");
611 addEntries(PKCSObjectIdentifiers.md5WithRSAEncryption, "MD5", "RSA");
612 addEntries(PKCSObjectIdentifiers.sha1WithRSAEncryption, "SHA1", "RSA");
613 addEntries(PKCSObjectIdentifiers.sha224WithRSAEncryption, "SHA224", "RSA");
615 addEntries(EACObjectIdentifiers.id_TA_RSA_v1_5_SHA_256, "SHA256", "RSA");
634 encryptionAlgs.put(PKCSObjectIdentifiers.rsaEncryption, "RSA");
635 encryptionAlgs.put(TeleTrusTObjectIdentifiers.teleTrusTRSAsignatureAlgorithm, "RSA");
636 encryptionAlgs.put(X509ObjectIdentifiers.id_ea_rsa, "RSA");
905 // The parameters field SHALL be NULL for RSA based signature algorithms.