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