Package org.bouncycastle.cms.jcajce
Class JceKEKRecipientInfoGenerator
java.lang.Object
org.bouncycastle.cms.KEKRecipientInfoGenerator
org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator
- All Implemented Interfaces:
RecipientInfoGenerator
-
Field Summary
Fields inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
wrapper
-
Constructor Summary
ConstructorDescriptionJceKEKRecipientInfoGenerator
(byte[] keyIdentifier, SecretKey keyEncryptionKey) JceKEKRecipientInfoGenerator
(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, SecretKey keyEncryptionKey) -
Method Summary
Modifier and TypeMethodDescriptionsetProvider
(String providerName) setProvider
(Provider provider) setSecureRandom
(SecureRandom random) Methods inherited from class org.bouncycastle.cms.KEKRecipientInfoGenerator
generate
-
Constructor Details
-
JceKEKRecipientInfoGenerator
public JceKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier, SecretKey keyEncryptionKey) -
JceKEKRecipientInfoGenerator
-
-
Method Details
-
setProvider
-
setProvider
-
setSecureRandom
-