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 KeyTransRecipientInfoGenerator
wrapper -
Constructor Summary
ConstructorsConstructorDescriptionBcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, BcAsymmetricKeyWrapper wrapper) BcKeyTransRecipientInfoGenerator(X509CertificateHolder recipientCert, BcAsymmetricKeyWrapper wrapper) -
Method Summary
Methods inherited from class KeyTransRecipientInfoGenerator
generate
-
Constructor Details
-
BcKeyTransRecipientInfoGenerator
public BcKeyTransRecipientInfoGenerator(X509CertificateHolder recipientCert, BcAsymmetricKeyWrapper wrapper) -
BcKeyTransRecipientInfoGenerator
public BcKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, BcAsymmetricKeyWrapper wrapper)
-