Bouncy Castle Cryptography Library 1.47

org.bouncycastle.openpgp.operator.bc
Class BcPGPDigestCalculatorProvider

java.lang.Object
  extended by org.bouncycastle.openpgp.operator.bc.BcPGPDigestCalculatorProvider
All Implemented Interfaces:
PGPDigestCalculatorProvider

public class BcPGPDigestCalculatorProvider
extends java.lang.Object
implements PGPDigestCalculatorProvider


Constructor Summary
BcPGPDigestCalculatorProvider()
           
 
Method Summary
 PGPDigestCalculator get(int algorithm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcPGPDigestCalculatorProvider

public BcPGPDigestCalculatorProvider()
Method Detail

get

public PGPDigestCalculator get(int algorithm)
                        throws PGPException
Specified by:
get in interface PGPDigestCalculatorProvider
Throws:
PGPException

Bouncy Castle Cryptography Library 1.47