Package org.bouncycastle.cms.jcajce
Class JceKEKRecipientInfoGenerator
- java.lang.Object
 - 
- org.bouncycastle.cms.KEKRecipientInfoGenerator
 - 
- 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
Constructors Constructor Description JceKEKRecipientInfoGenerator(byte[] keyIdentifier, javax.crypto.SecretKey keyEncryptionKey)JceKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, javax.crypto.SecretKey keyEncryptionKey) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JceKEKRecipientInfoGeneratorsetProvider(java.lang.String providerName)JceKEKRecipientInfoGeneratorsetProvider(java.security.Provider provider)JceKEKRecipientInfoGeneratorsetSecureRandom(java.security.SecureRandom random)- 
Methods inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
generate 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
JceKEKRecipientInfoGenerator
public JceKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, javax.crypto.SecretKey keyEncryptionKey) 
- 
JceKEKRecipientInfoGenerator
public JceKEKRecipientInfoGenerator(byte[] keyIdentifier, 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)
 
 - 
 
 -