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