Bouncy Castle Cryptography Library 1.81

org.bouncycastle.openpgp.operator.bc
Class BcKeyFingerprintCalculator

java.lang.Object
  extended byorg.bouncycastle.openpgp.operator.bc.BcKeyFingerprintCalculator
All Implemented Interfaces:
KeyFingerPrintCalculator

public class BcKeyFingerprintCalculator
extends java.lang.Object
implements KeyFingerPrintCalculator


Constructor Summary
BcKeyFingerprintCalculator()
           
 
Method Summary
 byte[] calculateFingerprint(PublicKeyPacket publicPk)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BcKeyFingerprintCalculator

public BcKeyFingerprintCalculator()
Method Detail

calculateFingerprint

public byte[] calculateFingerprint(PublicKeyPacket publicPk)
                            throws PGPException
Specified by:
calculateFingerprint in interface KeyFingerPrintCalculator
Throws:
PGPException

Bouncy Castle Cryptography Library 1.81