public class SshAgentUnlock extends AgentMessage
| Constructor and Description |
|---|
SshAgentUnlock(boolean isRFCAgent)
Creates a new SshAgentUnlock object.
|
SshAgentUnlock(boolean isRFCAgent,
String password)
Creates a new SshAgentUnlock object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
constructByteArray(ByteArrayWriter baw) |
void |
constructMessage(ByteArrayReader bar) |
String |
getMessageName() |
String |
getPassword() |
fromByteArray, getMessageType, toByteArraypublic SshAgentUnlock(boolean isRFCAgent)
public SshAgentUnlock(boolean isRFCAgent,
String password)
password - public String getPassword()
public String getMessageName()
getMessageName in class AgentMessagepublic void constructByteArray(ByteArrayWriter baw) throws IOException, InvalidMessageException
constructByteArray in class AgentMessagebaw - IOExceptioncom.sshtools.j2ssh.transport.InvalidMessageException - DOCUMENT
ME!InvalidMessageExceptionpublic void constructMessage(ByteArrayReader bar) throws IOException, InvalidMessageException
constructMessage in class AgentMessagebar - IOExceptioncom.sshtools.j2ssh.transport.InvalidMessageException - DOCUMENT
ME!InvalidMessageExceptionCopyright © 2025. All rights reserved.