Package org.bouncycastle.operator
Interface PBEMacCalculatorProvider
- All Known Implementing Classes:
PKMACBuilder
public interface PBEMacCalculatorProvider
-
Method Summary
Modifier and TypeMethodDescriptionget
(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm, char[] password)
-
Method Details
-
get
MacCalculator get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm, char[] password) throws OperatorCreationException - Throws:
OperatorCreationException
-