Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator
Interface DigestCalculatorProvider

All Known Implementing Classes:
BcDigestCalculatorProvider

public interface DigestCalculatorProvider

The base interface for a provider of DigestCalculator implementations.


Method Summary
 DigestCalculator get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
           
 

Method Detail

get

public DigestCalculator get(org.bouncycastle.asn1.x509.AlgorithmIdentifier digestAlgorithmIdentifier)
                     throws OperatorCreationException

Bouncy Castle Cryptography Library 1.79