public class SshMsgUserAuthPKOK extends AgentMessage
Constructor and Description |
---|
SshMsgUserAuthPKOK()
Creates a new SshMsgUserAuthPKOK object.
|
SshMsgUserAuthPKOK(java.lang.String algorithm,
byte[] key)
Creates a new SshMsgUserAuthPKOK object.
|
Modifier and Type | Method and Description |
---|---|
void |
constructByteArray(com.sshtools.common.util.ByteArrayWriter baw) |
void |
constructMessage(com.sshtools.common.util.ByteArrayReader bar) |
java.lang.String |
getMessageName() |
fromByteArray, getMessageType, toByteArray
public SshMsgUserAuthPKOK()
public SshMsgUserAuthPKOK(java.lang.String algorithm, byte[] key)
ok
- algorithm
- key
- public java.lang.String getMessageName()
getMessageName
in class AgentMessage
public void constructByteArray(com.sshtools.common.util.ByteArrayWriter baw) throws InvalidMessageException
constructByteArray
in class AgentMessage
baw
- InvalidMessageException
public void constructMessage(com.sshtools.common.util.ByteArrayReader bar) throws InvalidMessageException
constructMessage
in class AgentMessage
bar
- InvalidMessageException
Copyright © 2021. All rights reserved.