Package org.bouncycastle.pkcs
Interface PKCS12MacCalculatorBuilder
-
- All Known Implementing Classes:
BcPKCS12MacCalculatorBuilder
,JcePKCS12MacCalculatorBuilder
public interface PKCS12MacCalculatorBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.operator.MacCalculator
build(char[] password)
org.bouncycastle.asn1.x509.AlgorithmIdentifier
getDigestAlgorithmIdentifier()
-
-
-
Method Detail
-
build
org.bouncycastle.operator.MacCalculator build(char[] password) throws org.bouncycastle.operator.OperatorCreationException
- Throws:
org.bouncycastle.operator.OperatorCreationException
-
getDigestAlgorithmIdentifier
org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()
-
-