Package org.bouncycastle.cms
Class KeyTransRecipientInfoGenerator
- java.lang.Object
 - 
- org.bouncycastle.cms.KeyTransRecipientInfoGenerator
 
 
- 
- All Implemented Interfaces:
 RecipientInfoGenerator
- Direct Known Subclasses:
 BcKeyTransRecipientInfoGenerator,JceKeyTransRecipientInfoGenerator,JceKTSKeyTransRecipientInfoGenerator
public abstract class KeyTransRecipientInfoGenerator extends java.lang.Object implements RecipientInfoGenerator
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected AsymmetricKeyWrapperwrapper 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedKeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AsymmetricKeyWrapper wrapper)protectedKeyTransRecipientInfoGenerator(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial, AsymmetricKeyWrapper wrapper) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.asn1.cms.RecipientInfogenerate(GenericKey contentEncryptionKey) 
 - 
 
- 
- 
Field Detail
- 
wrapper
protected final AsymmetricKeyWrapper wrapper
 
 - 
 
- 
Constructor Detail
- 
KeyTransRecipientInfoGenerator
protected KeyTransRecipientInfoGenerator(org.bouncycastle.asn1.cms.IssuerAndSerialNumber issuerAndSerial, AsymmetricKeyWrapper wrapper) 
- 
KeyTransRecipientInfoGenerator
protected KeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AsymmetricKeyWrapper wrapper) 
 - 
 
- 
Method Detail
- 
generate
public final org.bouncycastle.asn1.cms.RecipientInfo generate(GenericKey contentEncryptionKey) throws CMSException
- Specified by:
 generatein interfaceRecipientInfoGenerator- Throws:
 CMSException
 
 - 
 
 -