public class BcPKCS12PBEOutputEncryptorBuilder extends Object
Constructor and Description |
---|
BcPKCS12PBEOutputEncryptorBuilder(ASN1ObjectIdentifier algorithm,
BlockCipher engine) |
BcPKCS12PBEOutputEncryptorBuilder(ASN1ObjectIdentifier algorithm,
BlockCipher engine,
ExtendedDigest pbeDigest) |
Modifier and Type | Method and Description |
---|---|
OutputEncryptor |
build(char[] password) |
BcPKCS12PBEOutputEncryptorBuilder |
setIterationCount(int iterationCount) |
public BcPKCS12PBEOutputEncryptorBuilder(ASN1ObjectIdentifier algorithm, BlockCipher engine)
public BcPKCS12PBEOutputEncryptorBuilder(ASN1ObjectIdentifier algorithm, BlockCipher engine, ExtendedDigest pbeDigest)
public BcPKCS12PBEOutputEncryptorBuilder setIterationCount(int iterationCount)
public OutputEncryptor build(char[] password)
Copyright © 2020 BouncyCastle.org. All rights reserved.