public class TrileadAgentIdentity extends Object implements com.trilead.ssh2.auth.AgentIdentity
Constructor and Description |
---|
TrileadAgentIdentity(AgentProxy proxy,
Identity wrappedIdentity) |
Modifier and Type | Method and Description |
---|---|
String |
getAlgName() |
byte[] |
getPublicKeyBlob() |
byte[] |
sign(byte[] bytes) |
public TrileadAgentIdentity(AgentProxy proxy, Identity wrappedIdentity)
public String getAlgName()
getAlgName
in interface com.trilead.ssh2.auth.AgentIdentity
public byte[] getPublicKeyBlob()
getPublicKeyBlob
in interface com.trilead.ssh2.auth.AgentIdentity
public byte[] sign(byte[] bytes)
sign
in interface com.trilead.ssh2.auth.AgentIdentity
Copyright © 2015 JCraft,Inc.. All rights reserved.