Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.common.automate » [javadoc | source]
com.sshtools.common.automate
public class: SshtoolsAuthorizedKeysFormat [javadoc | source]
java.lang.Object
   com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat

All Implemented Interfaces:
    AuthorizedKeysFormat

Method from com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat Summary:
format,   format,   requiresKeyFiles,   unformat,   unformat
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.common.automate.SshtoolsAuthorizedKeysFormat Detail:
 public byte[] format(AuthorizedKeys keys) 
 public byte[] format(AuthorizedKeys keys,
    AuthorizedKeysFileSaver saver) throws IOException, InvalidSshKeyException 
 public boolean requiresKeyFiles() 
 public AuthorizedKeys unformat(byte[] formatted) 
 public AuthorizedKeys unformat(byte[] formatted,
    AuthorizedKeysFileLoader loader) throws IOException, InvalidSshKeyException