net.adamcin.httpsig.ssh.jce
Class UserFingerprintKeyId
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserFingerprintKeyId
public UserFingerprintKeyId(String username)
getId
public String getId(Key key)
- Specified by:
getId in interface KeyId
getUsername
public String getUsername()
Copyright © 2013-2014. All Rights Reserved.