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