com.sshtools.j2ssh.authentication

Class SshMsgUserAuthPwdChangeReq


public class SshMsgUserAuthPwdChangeReq
extends SshMessage

Version:
$Revision: 1.16 $
Author:
$author$

Field Summary

static int
SSH_MSG_USERAUTH_PWD_CHANGEREQ

Constructor Summary

SshMsgUserAuthPwdChangeReq()
Creates a new SshMsgUserAuthPwdChangeReq object.
SshMsgUserAuthPwdChangeReq(String prompt, String language)
Creates a new SshMsgUserAuthPwdChangeReq object.

Method Summary

protected void
constructByteArray(ByteArrayWriter baw)
protected void
constructMessage(ByteArrayReader bar)
String
getLanguage()
String
getMessageName()
String
getPrompt()

Methods inherited from class com.sshtools.j2ssh.transport.SshMessage

constructByteArray, constructMessage, fromByteArray, getMessageId, getMessageId, getMessageName, toByteArray

Field Details

SSH_MSG_USERAUTH_PWD_CHANGEREQ

public static final int SSH_MSG_USERAUTH_PWD_CHANGEREQ
Field Value:
60

Constructor Details

SshMsgUserAuthPwdChangeReq

public SshMsgUserAuthPwdChangeReq()
Creates a new SshMsgUserAuthPwdChangeReq object.

SshMsgUserAuthPwdChangeReq

public SshMsgUserAuthPwdChangeReq(String prompt,
                                  String language)
Creates a new SshMsgUserAuthPwdChangeReq object.
Parameters:
prompt -
language -

Method Details

constructByteArray

protected void constructByteArray(ByteArrayWriter baw)
            throws InvalidMessageException
Overrides:
constructByteArray in interface SshMessage
Parameters:
baw -

constructMessage

protected void constructMessage(ByteArrayReader bar)
            throws InvalidMessageException
Overrides:
constructMessage in interface SshMessage
Parameters:
bar -

getLanguage

public String getLanguage()
Returns:

getMessageName

public String getMessageName()
Overrides:
getMessageName in interface SshMessage
Returns:

getPrompt

public String getPrompt()
Returns:

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.