Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Interface PBEMacCalculatorProvider

All Known Implementing Classes:
PKMACBuilder

public interface PBEMacCalculatorProvider


Method Summary
 MacCalculator get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm, char[] password)
           
 

Method Detail

get

public MacCalculator get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm,
                         char[] password)
                  throws OperatorCreationException

Bouncy Castle Cryptography Library 1.79