Package org.bouncycastle.cms
Class KEKRecipientInfoGenerator
java.lang.Object
org.bouncycastle.cms.KEKRecipientInfoGenerator
- All Implemented Interfaces:
RecipientInfoGenerator
- Direct Known Subclasses:
BcKEKRecipientInfoGenerator
,JceKEKRecipientInfoGenerator
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
KEKRecipientInfoGenerator
(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, SymmetricKeyWrapper wrapper) -
Method Summary
Modifier and TypeMethodDescriptionfinal org.bouncycastle.asn1.cms.RecipientInfo
generate
(GenericKey contentEncryptionKey)
-
Field Details
-
wrapper
-
-
Constructor Details
-
KEKRecipientInfoGenerator
protected KEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, SymmetricKeyWrapper wrapper)
-
-
Method Details
-
generate
public final org.bouncycastle.asn1.cms.RecipientInfo generate(GenericKey contentEncryptionKey) throws CMSException - Specified by:
generate
in interfaceRecipientInfoGenerator
- Throws:
CMSException
-