|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.openpgp.operator.jcajce.JcaKeyFingerprintCalculator
Constructor Summary | |
JcaKeyFingerprintCalculator()
Base Constructor - use the JCA defaults. |
Method Summary | |
byte[] |
calculateFingerprint(PublicKeyPacket publicPk)
|
JcaKeyFingerprintCalculator |
setProvider(java.security.Provider provider)
Sets the provider to use to obtain cryptographic primitives. |
JcaKeyFingerprintCalculator |
setProvider(java.lang.String providerName)
Sets the provider to use to obtain cryptographic primitives. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JcaKeyFingerprintCalculator()
Method Detail |
public JcaKeyFingerprintCalculator setProvider(java.security.Provider provider)
provider
- the JCA provider to use.public JcaKeyFingerprintCalculator setProvider(java.lang.String providerName)
providerName
- the name of the JCA provider to use.public byte[] calculateFingerprint(PublicKeyPacket publicPk) throws PGPException
calculateFingerprint
in interface KeyFingerPrintCalculator
|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |