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)
|
|
Method Summary |
org.bouncycastle.operator.OutputEncryptor |
build(char[] password)
|
| 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)
build
public org.bouncycastle.operator.OutputEncryptor build(char[] password)