Bouncy Castle Cryptography Library 1.47

org.bouncycastle.openpgp.operator
Interface PGPDigestCalculatorProvider

All Known Implementing Classes:
BcPGPDigestCalculatorProvider

public interface PGPDigestCalculatorProvider


Method Summary
 PGPDigestCalculator get(int algorithm)
           
 

Method Detail

get

PGPDigestCalculator get(int algorithm)
                        throws PGPException
Throws:
PGPException

Bouncy Castle Cryptography Library 1.47