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