Package org.bouncycastle.cms.bc
Class BcKEKRecipientInfoGenerator
- java.lang.Object
-
- org.bouncycastle.cms.KEKRecipientInfoGenerator
-
- org.bouncycastle.cms.bc.BcKEKRecipientInfoGenerator
-
- All Implemented Interfaces:
RecipientInfoGenerator
public class BcKEKRecipientInfoGenerator extends KEKRecipientInfoGenerator
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
wrapper
-
-
Constructor Summary
Constructors Constructor Description BcKEKRecipientInfoGenerator(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 Detail
-
BcKEKRecipientInfoGenerator
public BcKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, BcSymmetricKeyWrapper kekWrapper)
-
BcKEKRecipientInfoGenerator
public BcKEKRecipientInfoGenerator(byte[] keyIdentifier, BcSymmetricKeyWrapper kekWrapper)
-
-