Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.j2ssh.authentication » [javadoc | source]
com.sshtools.j2ssh.authentication
public class: SshMsgUserAuthPKOK [javadoc | source]
java.lang.Object
   com.sshtools.j2ssh.transport.SshMessage
      com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK
Field Summary
public static final  int SSH_MSG_USERAUTH_PK_OK     
Constructor:
 public SshMsgUserAuthPKOK() 
 public SshMsgUserAuthPKOK(String algorithm,
    byte[] key) 
    Creates a new SshMsgUserAuthPKOK object.
    Parameters:
    ok -
    algorithm -
    key -
Method from com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK Summary:
constructByteArray,   constructMessage,   getMessageName
Methods from com.sshtools.j2ssh.transport.SshMessage:
constructByteArray,   constructMessage,   fromByteArray,   getMessageId,   getMessageId,   getMessageName,   toByteArray
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.j2ssh.authentication.SshMsgUserAuthPKOK Detail:
 protected  void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException 
 protected  void constructMessage(ByteArrayReader bar) throws InvalidMessageException 
 public String getMessageName()