public abstract class KEKRecipientInfoGenerator extends java.lang.Object implements RecipientInfoGenerator
Modifier and Type | Field and Description |
---|---|
protected org.bouncycastle.operator.SymmetricKeyWrapper |
wrapper |
Modifier | Constructor and Description |
---|---|
protected |
KEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier,
org.bouncycastle.operator.SymmetricKeyWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.cms.RecipientInfo |
generate(org.bouncycastle.operator.GenericKey contentEncryptionKey) |
protected KEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, org.bouncycastle.operator.SymmetricKeyWrapper wrapper)
public final org.bouncycastle.asn1.cms.RecipientInfo generate(org.bouncycastle.operator.GenericKey contentEncryptionKey) throws CMSException
generate
in interface RecipientInfoGenerator
CMSException