Package org.bouncycastle.pkcs.bc
Class BcPKCS12PBEOutputEncryptorBuilder
- java.lang.Object
 - 
- org.bouncycastle.pkcs.bc.BcPKCS12PBEOutputEncryptorBuilder
 
 
- 
public class BcPKCS12PBEOutputEncryptorBuilder extends java.lang.Object 
- 
- 
Constructor Summary
Constructors 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) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputEncryptorbuild(char[] password)BcPKCS12PBEOutputEncryptorBuildersetIterationCount(int iterationCount) 
 - 
 
- 
- 
Constructor Detail
- 
BcPKCS12PBEOutputEncryptorBuilder
public BcPKCS12PBEOutputEncryptorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm, org.bouncycastle.crypto.BlockCipher engine) 
- 
BcPKCS12PBEOutputEncryptorBuilder
public BcPKCS12PBEOutputEncryptorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier algorithm, org.bouncycastle.crypto.BlockCipher engine, org.bouncycastle.crypto.ExtendedDigest pbeDigest) 
 - 
 
- 
Method Detail
- 
setIterationCount
public BcPKCS12PBEOutputEncryptorBuilder setIterationCount(int iterationCount)
 
- 
build
public OutputEncryptor build(char[] password)
 
 - 
 
 -