public abstract class

KEKRecipientInfoGenerator

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

Summary

Fields
protected final SymmetricKeyWrapper wrapper
Protected Constructors
KEKRecipientInfoGenerator(KEKIdentifier kekIdentifier, SymmetricKeyWrapper 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 SymmetricKeyWrapper wrapper

Protected Constructors

protected KEKRecipientInfoGenerator (KEKIdentifier kekIdentifier, SymmetricKeyWrapper wrapper)

Public Methods

public final RecipientInfo generate (GenericKey contentEncryptionKey)

Throws
CMSException