Package com.jcraft.jsch.agentproxy
Class Identity
java.lang.Object
com.jcraft.jsch.agentproxy.Identity
public class Identity
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
blob
private byte[] blob -
comment
private byte[] comment
-
-
Constructor Details
-
Identity
Identity(byte[] blob, byte[] comment)
-
-
Method Details
-
getBlob
public byte[] getBlob() -
getComment
public byte[] getComment()
-