public class

JceKEKRecipientInfoGenerator

extends KEKRecipientInfoGenerator
java.lang.Object
   ↳ org.bouncycastle.cms.KEKRecipientInfoGenerator
     ↳ org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.cms.KEKRecipientInfoGenerator
Public Constructors
JceKEKRecipientInfoGenerator(KEKIdentifier kekIdentifier, SecretKey keyEncryptionKey)
JceKEKRecipientInfoGenerator(byte[] keyIdentifier, SecretKey keyEncryptionKey)
Public Methods
JceKEKRecipientInfoGenerator setProvider(String providerName)
JceKEKRecipientInfoGenerator setProvider(Provider provider)
JceKEKRecipientInfoGenerator setSecureRandom(SecureRandom random)
[Expand]
Inherited Methods
From class org.bouncycastle.cms.KEKRecipientInfoGenerator
From class java.lang.Object
From interface org.bouncycastle.cms.RecipientInfoGenerator

Public Constructors

public JceKEKRecipientInfoGenerator (KEKIdentifier kekIdentifier, SecretKey keyEncryptionKey)

public JceKEKRecipientInfoGenerator (byte[] keyIdentifier, SecretKey keyEncryptionKey)

Public Methods

public JceKEKRecipientInfoGenerator setProvider (String providerName)

public JceKEKRecipientInfoGenerator setProvider (Provider provider)

public JceKEKRecipientInfoGenerator setSecureRandom (SecureRandom random)