Package org.bouncycastle.cms.bc
Class BcKEKRecipientInfoGenerator
java.lang.Object
org.bouncycastle.cms.KEKRecipientInfoGenerator
org.bouncycastle.cms.bc.BcKEKRecipientInfoGenerator
- All Implemented Interfaces:
RecipientInfoGenerator
-
Field Summary
Fields inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
wrapper
-
Constructor Summary
ConstructorDescriptionBcKEKRecipientInfoGenerator
(byte[] keyIdentifier, BcSymmetricKeyWrapper kekWrapper) BcKEKRecipientInfoGenerator
(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, BcSymmetricKeyWrapper kekWrapper) -
Method Summary
Methods inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
generate
-
Constructor Details
-
BcKEKRecipientInfoGenerator
public BcKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, BcSymmetricKeyWrapper kekWrapper) -
BcKEKRecipientInfoGenerator
-