Class TrileadAgentIdentity

  • All Implemented Interfaces:
    com.trilead.ssh2.auth.AgentIdentity

    public class TrileadAgentIdentity
    extends java.lang.Object
    implements com.trilead.ssh2.auth.AgentIdentity
    • Constructor Summary

      Constructors 
      Constructor Description
      TrileadAgentIdentity​(com.jcraft.jsch.agentproxy.AgentProxy proxy, com.jcraft.jsch.agentproxy.Identity wrappedIdentity)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAlgName()  
      byte[] getPublicKeyBlob()  
      byte[] sign​(byte[] bytes)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrileadAgentIdentity

        public TrileadAgentIdentity​(com.jcraft.jsch.agentproxy.AgentProxy proxy,
                                    com.jcraft.jsch.agentproxy.Identity wrappedIdentity)
    • Method Detail

      • getAlgName

        public java.lang.String getAlgName()
        Specified by:
        getAlgName in interface com.trilead.ssh2.auth.AgentIdentity
      • getPublicKeyBlob

        public byte[] getPublicKeyBlob()
        Specified by:
        getPublicKeyBlob in interface com.trilead.ssh2.auth.AgentIdentity
      • sign

        public byte[] sign​(byte[] bytes)
        Specified by:
        sign in interface com.trilead.ssh2.auth.AgentIdentity