net.adamcin.httpsig.ssh.jce
Class UserFingerprintKeyId

java.lang.Object
  extended by net.adamcin.httpsig.ssh.jce.UserFingerprintKeyId
All Implemented Interfaces:
KeyId

public final class UserFingerprintKeyId
extends Object
implements KeyId

Implementation of KeyId which incorporates a username into the keyId string.


Constructor Summary
UserFingerprintKeyId(String username)
           
 
Method Summary
 String getId(Key key)
           
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserFingerprintKeyId

public UserFingerprintKeyId(String username)
Method Detail

getId

public String getId(Key key)
Specified by:
getId in interface KeyId

getUsername

public String getUsername()


Copyright © 2013-2014. All Rights Reserved.