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