RecipientInfoGenerator
BcKeyTransRecipientInfoGenerator
, JceKeyTransRecipientInfoGenerator
, JceKTSKeyTransRecipientInfoGenerator
public abstract class KeyTransRecipientInfoGenerator extends java.lang.Object implements RecipientInfoGenerator
Modifier and Type | Field | Description |
---|---|---|
protected AsymmetricKeyWrapper |
wrapper |
Modifier | Constructor | Description |
---|---|---|
protected |
KeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier,
AsymmetricKeyWrapper wrapper) |
|
protected |
KeyTransRecipientInfoGenerator(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial,
AsymmetricKeyWrapper wrapper) |
Modifier and Type | Method | 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 RecipientInfoGenerator
CMSException