Class OpenSshSignRequest

java.lang.Object
com.sshtools.agent.AgentMessage
com.sshtools.agent.openssh.OpenSshSignRequest

public class OpenSshSignRequest extends AgentMessage
Message for Agent Private key operation
Author:
Aruna Abesekara
  • Constructor Details

    • OpenSshSignRequest

      public OpenSshSignRequest()
      Creates a new SshAgentPrivateKeyOp object.
    • OpenSshSignRequest

      public OpenSshSignRequest(com.sshtools.common.ssh.components.SshPublicKey pubkey, byte[] data)
      Creates a new SshAgentPrivateKeyOp object.
      Parameters:
      pubkey -
      operation -
      data -
  • Method Details