public abstract class

KeyTransRecipientInfoGenerator

extends Object
implements RecipientInfoGenerator
java.lang.Object
   ↳ org.bouncycastle.cms.KeyTransRecipientInfoGenerator
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected final AsymmetricKeyWrapper wrapper
Protected Constructors
KeyTransRecipientInfoGenerator(IssuerAndSerialNumber issuerAndSerial, AsymmetricKeyWrapper wrapper)
KeyTransRecipientInfoGenerator(byte[] subjectKeyIdentifier, AsymmetricKeyWrapper wrapper)
Public Methods
final RecipientInfo generate(GenericKey contentEncryptionKey)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.bouncycastle.cms.RecipientInfoGenerator

Fields

protected final AsymmetricKeyWrapper wrapper

Protected Constructors

protected KeyTransRecipientInfoGenerator (IssuerAndSerialNumber issuerAndSerial, AsymmetricKeyWrapper wrapper)

protected KeyTransRecipientInfoGenerator (byte[] subjectKeyIdentifier, AsymmetricKeyWrapper wrapper)

Public Methods

public final RecipientInfo generate (GenericKey contentEncryptionKey)

Throws
CMSException