public class SshAgentLock extends AgentMessage
Constructor and Description |
---|
SshAgentLock(boolean isRFCAgent)
Creates a new SshAgentLock object.
|
SshAgentLock(boolean isRFCAgent,
java.lang.String password)
Creates a new SshAgentLock 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() |
java.lang.String |
getPassword() |
fromByteArray, getMessageType, toByteArray
public SshAgentLock(boolean isRFCAgent)
public SshAgentLock(boolean isRFCAgent, java.lang.String password)
password
- public java.lang.String getPassword()
public java.lang.String getMessageName()
getMessageName
in class AgentMessage
public void constructByteArray(com.sshtools.common.util.ByteArrayWriter baw) throws java.io.IOException, InvalidMessageException
constructByteArray
in class AgentMessage
baw
- java.io.IOException
com.sshtools.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
public void constructMessage(com.sshtools.common.util.ByteArrayReader bar) throws java.io.IOException, InvalidMessageException
constructMessage
in class AgentMessage
bar
- java.io.IOException
com.sshtools.j2ssh.transport.InvalidMessageException
- DOCUMENT
ME!InvalidMessageException
Copyright © 2023. All rights reserved.