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(IssuerAndSerialNumber issuerAndSerial,
AsymmetricKeyWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
RecipientInfo |
generate(GenericKey contentEncryptionKey) |
protected final AsymmetricKeyWrapper wrapper
protected KeyTransRecipientInfoGenerator(IssuerAndSerialNumber issuerAndSerial, AsymmetricKeyWrapper wrapper)
protected KeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
AsymmetricKeyWrapper wrapper)
public final RecipientInfo generate(GenericKey contentEncryptionKey) throws CMSException
generate in interface RecipientInfoGeneratorCMSExceptionCopyright © 2015. All rights reserved.