Class SshMsgUserAuthInfoRequest

java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.authentication.SshMsgUserAuthInfoRequest

public class SshMsgUserAuthInfoRequest extends SshMessage
Version:
$Revision: 1.16 $
Author:
$author$
  • Field Details

    • SSH_MSG_USERAUTH_INFO_REQUEST

      public static final int SSH_MSG_USERAUTH_INFO_REQUEST
      See Also:
  • Constructor Details

    • SshMsgUserAuthInfoRequest

      public SshMsgUserAuthInfoRequest()
      Creates a new SshMsgUserAuthInfoRequest object.
    • SshMsgUserAuthInfoRequest

      public SshMsgUserAuthInfoRequest(String name, String instruction, String langtag)
      Creates a new SshMsgUserAuthInfoRequest object.
      Parameters:
      name -
      instruction -
      langtag -
  • Method Details