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, SecretKey keyEncryptionKey)
JceKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, SecretKey keyEncryptionKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JceKEKRecipientInfoGenerator
setProvider(String providerName)
JceKEKRecipientInfoGenerator
setProvider(Provider provider)
JceKEKRecipientInfoGenerator
setSecureRandom(SecureRandom random)
-
Methods inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
generate
-
-
-
-
Method Detail
-
setProvider
public JceKEKRecipientInfoGenerator setProvider(Provider provider)
-
setProvider
public JceKEKRecipientInfoGenerator setProvider(String providerName)
-
setSecureRandom
public JceKEKRecipientInfoGenerator setSecureRandom(SecureRandom random)
-
-