net.adamcin.httpsig.ssh.jce
Class UserKeysFingerprintKeyId

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

public final class UserKeysFingerprintKeyId
extends Object
implements KeyId

Implementation of KeyId following the Joyent API convention of /$username/keys/$fingerprint

Since:
1.0.2

Constructor Summary
UserKeysFingerprintKeyId(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

UserKeysFingerprintKeyId

public UserKeysFingerprintKeyId(String username)
Method Detail

getUsername

public String getUsername()

getId

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


Copyright © 2013-2014. All Rights Reserved.