Home | History | Annotate | Download | only in cms

Lines Matching defs:PKCSObjectIdentifiers

8 import org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers;
20 // RSA_PKCS1d5.add(PKCSObjectIdentifiers.md2WithRSAEncryption);
21 // RSA_PKCS1d5.add(PKCSObjectIdentifiers.md4WithRSAEncryption);
23 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);
47 return new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE);