Bouncy Castle Cryptography Library 1.79

org.bouncycastle.operator.bc
Class BcDigestCalculatorProvider

java.lang.Object
  |
  +--org.bouncycastle.operator.bc.BcDigestCalculatorProvider
All Implemented Interfaces:
DigestCalculatorProvider

public class BcDigestCalculatorProvider
extends java.lang.Object
implements DigestCalculatorProvider


Constructor Summary
BcDigestCalculatorProvider()
           
 
Method Summary
 DigestCalculator get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcDigestCalculatorProvider

public BcDigestCalculatorProvider()
Method Detail

get

public DigestCalculator get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm)
                     throws OperatorCreationException
Specified by:
get in interface DigestCalculatorProvider

Bouncy Castle Cryptography Library 1.79