Package org.bouncycastle.pkcs.bc
Class BcPKCS12PBMac1CalculatorBuilder
- java.lang.Object
-
- org.bouncycastle.pkcs.bc.BcPKCS12PBMac1CalculatorBuilder
-
- All Implemented Interfaces:
PKCS12MacCalculatorBuilder
public class BcPKCS12PBMac1CalculatorBuilder extends java.lang.Object implements PKCS12MacCalculatorBuilder
-
-
Constructor Summary
Constructors Constructor Description BcPKCS12PBMac1CalculatorBuilder(org.bouncycastle.asn1.pkcs.PBMAC1Params pbeMacParams)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.operator.MacCalculatorbuild(char[] password)org.bouncycastle.asn1.x509.AlgorithmIdentifiergetDigestAlgorithmIdentifier()
-
-
-
Method Detail
-
getDigestAlgorithmIdentifier
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()
- Specified by:
getDigestAlgorithmIdentifierin interfacePKCS12MacCalculatorBuilder
-
build
public org.bouncycastle.operator.MacCalculator build(char[] password) throws org.bouncycastle.operator.OperatorCreationException- Specified by:
buildin interfacePKCS12MacCalculatorBuilder- Throws:
org.bouncycastle.operator.OperatorCreationException
-
-