Class KEKRecipientInfoGenerator
java.lang.Object
org.bouncycastle.cms.KEKRecipientInfoGenerator
- All Implemented Interfaces:
RecipientInfoGenerator
- Direct Known Subclasses:
BcKEKRecipientInfoGenerator, JceKEKRecipientInfoGenerator
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, SymmetricKeyWrapper wrapper) -
Method Summary
Modifier and TypeMethodDescriptionfinal org.bouncycastle.asn1.cms.RecipientInfogenerate(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:
generatein interfaceRecipientInfoGenerator- Throws:
CMSException
-