public class BcPKCS12PBEOutputEncryptorBuilder
extends java.lang.Object
| Constructor and Description |
|---|
BcPKCS12PBEOutputEncryptorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm,
org.bouncycastle.crypto.BlockCipher engine) |
BcPKCS12PBEOutputEncryptorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm,
org.bouncycastle.crypto.BlockCipher engine,
org.bouncycastle.crypto.ExtendedDigest pbeDigest) |
| Modifier and Type | Method and Description |
|---|---|
OutputEncryptor |
build(char[] password) |
BcPKCS12PBEOutputEncryptorBuilder |
setIterationCount(int iterationCount) |
public BcPKCS12PBEOutputEncryptorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm,
org.bouncycastle.crypto.BlockCipher engine)
public BcPKCS12PBEOutputEncryptorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm,
org.bouncycastle.crypto.BlockCipher engine,
org.bouncycastle.crypto.ExtendedDigest pbeDigest)
public BcPKCS12PBEOutputEncryptorBuilder setIterationCount(int iterationCount)
public OutputEncryptor build(char[] password)