Package org.bouncycastle.cms.bc
Class BcCMSContentEncryptorBuilder
- java.lang.Object
-
- org.bouncycastle.cms.bc.BcCMSContentEncryptorBuilder
-
public class BcCMSContentEncryptorBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BcCMSContentEncryptorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier encryptionOID)
BcCMSContentEncryptorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier encryptionOID, int keySize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.operator.OutputEncryptor
build()
BcCMSContentEncryptorBuilder
setSecureRandom(java.security.SecureRandom random)
-
-
-
Method Detail
-
setSecureRandom
public BcCMSContentEncryptorBuilder setSecureRandom(java.security.SecureRandom random)
-
build
public org.bouncycastle.operator.OutputEncryptor build() throws CMSException
- Throws:
CMSException
-
-