|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.openpgp.operator.bc.BcPGPDigestCalculatorProvider
Constructor Summary | |
BcPGPDigestCalculatorProvider()
|
Method Summary | |
PGPDigestCalculator |
get(int algorithm)
Construct a new instance of a cryptographic digest. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BcPGPDigestCalculatorProvider()
Method Detail |
public PGPDigestCalculator get(int algorithm) throws PGPException
PGPDigestCalculatorProvider
get
in interface PGPDigestCalculatorProvider
algorithm
- the identifier of the digest algorithm
to
instantiate.
PGPException
- if an error occurs constructing the specified digest.
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |