org.bouncycastle.pkcs.jcajce
Class JcePKCS12MacCalculatorBuilder
java.lang.Object
org.bouncycastle.pkcs.jcajce.JcePKCS12MacCalculatorBuilder
- All Implemented Interfaces:
- PKCS12MacCalculatorBuilder
public class JcePKCS12MacCalculatorBuilder
- extends java.lang.Object
- implements PKCS12MacCalculatorBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcePKCS12MacCalculatorBuilder
public JcePKCS12MacCalculatorBuilder()
JcePKCS12MacCalculatorBuilder
public JcePKCS12MacCalculatorBuilder(org.bouncycastle.asn1.ASN1ObjectIdentifier hashAlgorithm)
setProvider
public JcePKCS12MacCalculatorBuilder setProvider(java.security.Provider provider)
setProvider
public JcePKCS12MacCalculatorBuilder setProvider(java.lang.String providerName)
getDigestAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()
- Specified by:
getDigestAlgorithmIdentifier in interface PKCS12MacCalculatorBuilder
build
public org.bouncycastle.operator.MacCalculator build(char[] password)
throws org.bouncycastle.operator.OperatorCreationException
- Specified by:
build in interface PKCS12MacCalculatorBuilder
- Throws:
org.bouncycastle.operator.OperatorCreationException