net.adamcin.httpsig.ssh.jce
Interface FingerprintableKey

All Superinterfaces:
Key
All Known Implementing Classes:
SSHKey

public interface FingerprintableKey
extends Key

Interface for public keys which can provide a uniquely identifying fingerprint


Method Summary
 String getFingerprint()
           
 
Methods inherited from interface net.adamcin.httpsig.api.Key
canSign, canVerify, getAlgorithms, getId, sign, verify
 

Method Detail

getFingerprint

String getFingerprint()
Returns:
the public key fingerprint


Copyright © 2013-2014. All Rights Reserved.