Package org.bouncycastle.cms
Class KEMRecipientInfoGenerator
java.lang.Object
org.bouncycastle.cms.KEMRecipientInfoGenerator
- All Implemented Interfaces:
RecipientInfoGenerator
- Direct Known Subclasses:
JceKEMRecipientInfoGenerator
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
KEMRecipientInfoGenerator
(byte[] subjectKeyIdentifier, KEMKeyWrapper wrapper) protected
KEMRecipientInfoGenerator
(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial, KEMKeyWrapper wrapper) -
Method Summary
Modifier and TypeMethodDescriptionfinal org.bouncycastle.asn1.cms.RecipientInfo
generate
(GenericKey contentEncryptionKey)
-
Field Details
-
wrapper
-
-
Constructor Details
-
KEMRecipientInfoGenerator
protected KEMRecipientInfoGenerator(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial, KEMKeyWrapper wrapper) -
KEMRecipientInfoGenerator
-
-
Method Details
-
generate
public final org.bouncycastle.asn1.cms.RecipientInfo generate(GenericKey contentEncryptionKey) throws CMSException - Specified by:
generate
in interfaceRecipientInfoGenerator
- Throws:
CMSException
-