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