Package com.sshtools.agent.rfc
Class SshMsgUserAuthPKOK
java.lang.Object
com.sshtools.agent.AgentMessage
com.sshtools.agent.rfc.SshMsgUserAuthPKOK
- Version:
- $Revision: 1.22 $
- Author:
- $author$
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SshMsgUserAuthPKOK object.SshMsgUserAuthPKOK
(String algorithm, byte[] key) Creates a new SshMsgUserAuthPKOK object. -
Method Summary
Modifier and TypeMethodDescriptionvoid
constructByteArray
(com.sshtools.common.util.ByteArrayWriter baw) void
constructMessage
(com.sshtools.common.util.ByteArrayReader bar) Methods inherited from class com.sshtools.agent.AgentMessage
fromByteArray, getMessageType, toByteArray
-
Constructor Details
-
SshMsgUserAuthPKOK
public SshMsgUserAuthPKOK()Creates a new SshMsgUserAuthPKOK object. -
SshMsgUserAuthPKOK
Creates a new SshMsgUserAuthPKOK object.- Parameters:
ok
-algorithm
-key
-
-
-
Method Details
-
getMessageName
- Overrides:
getMessageName
in classAgentMessage
- Returns:
-
constructByteArray
public void constructByteArray(com.sshtools.common.util.ByteArrayWriter baw) throws InvalidMessageException - Overrides:
constructByteArray
in classAgentMessage
- Parameters:
baw
-- Throws:
InvalidMessageException
-
constructMessage
public void constructMessage(com.sshtools.common.util.ByteArrayReader bar) throws InvalidMessageException - Overrides:
constructMessage
in classAgentMessage
- Parameters:
bar
-- Throws:
InvalidMessageException
-