public abstract class KeyTransRecipientInfoGenerator extends 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) |
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 RecipientInfoGeneratorCMSExceptionCopyright © 2014. All rights reserved.