Bouncy Castle Cryptography Library 1.79

org.bouncycastle.openpgp.operator
Interface KeyFingerPrintCalculator

All Known Implementing Classes:
BcKeyFingerprintCalculator, JcaKeyFingerprintCalculator

public interface KeyFingerPrintCalculator


Method Summary
 byte[] calculateFingerprint(PublicKeyPacket publicPk)
           
 

Method Detail

calculateFingerprint

public byte[] calculateFingerprint(PublicKeyPacket publicPk)
                            throws PGPException

Bouncy Castle Cryptography Library 1.79