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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JceKEKRecipientInfoGenerator
public JceKEKRecipientInfoGenerator(org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier,
javax.crypto.SecretKey keyEncryptionKey)
JceKEKRecipientInfoGenerator
public JceKEKRecipientInfoGenerator(byte[] keyIdentifier,
javax.crypto.SecretKey keyEncryptionKey)
setProvider
public JceKEKRecipientInfoGenerator setProvider(java.security.Provider provider)
setProvider
public JceKEKRecipientInfoGenerator setProvider(java.lang.String providerName)
setSecureRandom
public JceKEKRecipientInfoGenerator setSecureRandom(java.security.SecureRandom random)