public abstract class KEMRecipientInfoGenerator extends java.lang.Object implements RecipientInfoGenerator
Modifier and Type | Field and Description |
---|---|
protected KEMKeyWrapper |
wrapper |
Modifier | Constructor and Description |
---|---|
protected |
KEMRecipientInfoGenerator(byte[] subjectKeyIdentifier,
KEMKeyWrapper wrapper) |
protected |
KEMRecipientInfoGenerator(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial,
KEMKeyWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.cms.RecipientInfo |
generate(GenericKey contentEncryptionKey) |
protected final KEMKeyWrapper wrapper
protected KEMRecipientInfoGenerator(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial, KEMKeyWrapper wrapper)
protected KEMRecipientInfoGenerator(byte[] subjectKeyIdentifier, KEMKeyWrapper wrapper)
public final org.bouncycastle.asn1.cms.RecipientInfo generate(GenericKey contentEncryptionKey) throws CMSException
generate
in interface RecipientInfoGenerator
CMSException