public class BcCMSContentEncryptorBuilder
extends java.lang.Object
| Constructor and Description |
|---|
BcCMSContentEncryptorBuilder(ASN1ObjectIdentifier encryptionOID) |
BcCMSContentEncryptorBuilder(ASN1ObjectIdentifier encryptionOID,
int keySize) |
| Modifier and Type | Method and Description |
|---|---|
org.bouncycastle.operator.OutputEncryptor |
build() |
BcCMSContentEncryptorBuilder |
setSecureRandom(java.security.SecureRandom random) |
public BcCMSContentEncryptorBuilder(ASN1ObjectIdentifier encryptionOID)
public BcCMSContentEncryptorBuilder(ASN1ObjectIdentifier encryptionOID,
int keySize)
public BcCMSContentEncryptorBuilder setSecureRandom(java.security.SecureRandom random)
public org.bouncycastle.operator.OutputEncryptor build()
throws CMSException
CMSException