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 |
|---|---|
org.bouncycastle.operator.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 org.bouncycastle.operator.OutputEncryptor build()
throws CRMFException
CRMFException