Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.common.automate » [javadoc | source]
com.sshtools.common.automate
public class: AuthorizedKeys [javadoc | source]
java.lang.Object
   com.sshtools.common.automate.AuthorizedKeys
Method from com.sshtools.common.automate.AuthorizedKeys Summary:
addKey,   containsKey,   create,   getAuthorizedKeys,   parse,   removeKey
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.common.automate.AuthorizedKeys Detail:
 public  void addKey(String username,
    SshPublicKey key) 
 public boolean containsKey(SshPublicKey key) 
 public static byte[] create(AuthorizedKeys keys,
    String serverId,
    String hostname,
    AuthorizedKeysFileSaver saver) throws IOException, RemoteIdentificationException, InvalidSshKeyException 
 public Map getAuthorizedKeys() 
 public static AuthorizedKeys parse(byte[] formatted,
    String serverId,
    String hostname,
    AuthorizedKeysFileLoader loader) throws IOException, RemoteIdentificationException, InvalidSshKeyException 
 public  void removeKey(SshPublicKey key)