Bouncy Castle Cryptography 1.46

org.bouncycastle.cms.jcajce
Class JceKEKRecipientInfoGenerator

java.lang.Object
  extended by org.bouncycastle.cms.KEKRecipientInfoGenerator
      extended by org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator
All Implemented Interfaces:
RecipientInfoGenerator

public class JceKEKRecipientInfoGenerator
extends KEKRecipientInfoGenerator


Field Summary
 
Fields inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
wrapper
 
Constructor Summary
JceKEKRecipientInfoGenerator(KEKIdentifier kekIdentifier, javax.crypto.SecretKey keyEncryptionKey)
           
 
Method Summary
 JceKEKRecipientInfoGenerator setProvider(java.security.Provider provider)
           
 JceKEKRecipientInfoGenerator setProvider(java.lang.String providerName)
           
 JceKEKRecipientInfoGenerator setSecureRandom(java.security.SecureRandom random)
           
 
Methods inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
generate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JceKEKRecipientInfoGenerator

public JceKEKRecipientInfoGenerator(KEKIdentifier kekIdentifier,
                                    javax.crypto.SecretKey keyEncryptionKey)
Method Detail

setProvider

public JceKEKRecipientInfoGenerator setProvider(java.security.Provider provider)

setProvider

public JceKEKRecipientInfoGenerator setProvider(java.lang.String providerName)

setSecureRandom

public JceKEKRecipientInfoGenerator setSecureRandom(java.security.SecureRandom random)

Bouncy Castle Cryptography 1.46