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.AgentIdentitypublic byte[] getPublicKeyBlob()
getPublicKeyBlob in interface com.trilead.ssh2.auth.AgentIdentitypublic byte[] sign(byte[] bytes)
sign in interface com.trilead.ssh2.auth.AgentIdentityCopyright © 2019 JCraft,Inc.. All rights reserved.