PGPDigestCalculatorProviderpublic class BcPGPDigestCalculatorProvider extends java.lang.Object implements PGPDigestCalculatorProvider
| Constructor | Description |
|---|---|
BcPGPDigestCalculatorProvider() |
| Modifier and Type | Method | Description |
|---|---|---|
PGPDigestCalculator |
get(int algorithm) |
Construct a new instance of a cryptographic digest.
|
public PGPDigestCalculator get(int algorithm) throws PGPException
PGPDigestCalculatorProviderget in interface PGPDigestCalculatorProvideralgorithm - the identifier of the digest algorithm to
instantiate.PGPException - if an error occurs constructing the specified digest.