Package org.bouncycastle.cms.bc
Class BcRSAKeyTransRecipientInfoGenerator
java.lang.Object
org.bouncycastle.cms.KeyTransRecipientInfoGenerator
org.bouncycastle.cms.bc.BcKeyTransRecipientInfoGenerator
org.bouncycastle.cms.bc.BcRSAKeyTransRecipientInfoGenerator
- All Implemented Interfaces:
RecipientInfoGenerator
-
Field Summary
Fields inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
wrapper
-
Constructor Summary
ConstructorDescriptionBcRSAKeyTransRecipientInfoGenerator
(byte[] subjectKeyIdentifier, org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey) BcRSAKeyTransRecipientInfoGenerator
(X509CertificateHolder recipientCert) -
Method Summary
Methods inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
generate
-
Constructor Details
-
BcRSAKeyTransRecipientInfoGenerator
public BcRSAKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, org.bouncycastle.asn1.x509.AlgorithmIdentifier encAlgId, org.bouncycastle.crypto.params.AsymmetricKeyParameter publicKey) -
BcRSAKeyTransRecipientInfoGenerator
- Throws:
IOException
-