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 MacCalculator
build(char[] password)
org.bouncycastle.asn1.x509.AlgorithmIdentifier
getDigestAlgorithmIdentifier()
-
-
-
Method Detail
-
build
MacCalculator build(char[] password) throws OperatorCreationException
- Throws:
OperatorCreationException
-
getDigestAlgorithmIdentifier
org.bouncycastle.asn1.x509.AlgorithmIdentifier getDigestAlgorithmIdentifier()
-
-