Class BcPGPDigestCalculatorProvider
java.lang.Object
org.bouncycastle.openpgp.operator.bc.BcPGPDigestCalculatorProvider
- All Implemented Interfaces:
PGPDigestCalculatorProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(int algorithm) Construct a new instance of a cryptographic digest.
-
Constructor Details
-
BcPGPDigestCalculatorProvider
public BcPGPDigestCalculatorProvider()
-
-
Method Details
-
get
Description copied from interface:PGPDigestCalculatorProviderConstruct a new instance of a cryptographic digest.- Specified by:
getin interfacePGPDigestCalculatorProvider- Parameters:
algorithm- the identifier of thedigest algorithmto instantiate.- Returns:
- a digest calculator for the specified algorithm.
- Throws:
PGPException- if an error occurs constructing the specified digest.
-