public class BcPKCS12PBEOutputEncryptorBuilder
extends java.lang.Object
| Constructor | 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 | 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)