org.bouncycastle.pkcs.bc
Class BcPKCS12PBEOutputEncryptorBuilder
java.lang.Object
|
+--org.bouncycastle.pkcs.bc.BcPKCS12PBEOutputEncryptorBuilder
- public class BcPKCS12PBEOutputEncryptorBuilder
- extends java.lang.Object
Constructor Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
setIterationCount
public BcPKCS12PBEOutputEncryptorBuilder setIterationCount(int iterationCount)
build
public OutputEncryptor build(char[] password)