Package org.bouncycastle.cms.bc
Class BcKeyTransRecipientInfoGenerator
java.lang.Object
org.bouncycastle.cms.KeyTransRecipientInfoGenerator
org.bouncycastle.cms.bc.BcKeyTransRecipientInfoGenerator
- All Implemented Interfaces:
RecipientInfoGenerator
- Direct Known Subclasses:
BcRSAKeyTransRecipientInfoGenerator
-
Field Summary
Fields inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
wrapper
-
Constructor Summary
ConstructorsConstructorDescriptionBcKeyTransRecipientInfoGenerator
(byte[] subjectKeyIdentifier, BcAsymmetricKeyWrapper wrapper) BcKeyTransRecipientInfoGenerator
(X509CertificateHolder recipientCert, BcAsymmetricKeyWrapper wrapper) -
Method Summary
Methods inherited from class org.bouncycastle.cms.KeyTransRecipientInfoGenerator
generate
-
Constructor Details
-
BcKeyTransRecipientInfoGenerator
public BcKeyTransRecipientInfoGenerator(X509CertificateHolder recipientCert, BcAsymmetricKeyWrapper wrapper) -
BcKeyTransRecipientInfoGenerator
public BcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, BcAsymmetricKeyWrapper wrapper)
-