Package com.jcraft.jsch.agentproxy
Class RemoteIdentityRepository
java.lang.Object
com.jcraft.jsch.agentproxy.RemoteIdentityRepository
- All Implemented Interfaces:
com.jcraft.jsch.IdentityRepository
-
Field Summary
Fields inherited from interface com.jcraft.jsch.IdentityRepository
NOTRUNNING, RUNNING, UNAVAILABLE
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteIdentityRepository
public RemoteIdentityRepository(com.jcraft.jsch.agentproxy.Connector connector)
-
-
Method Details
-
getIdentities
- Specified by:
getIdentities
in interfacecom.jcraft.jsch.IdentityRepository
-
add
public boolean add(byte[] identity) - Specified by:
add
in interfacecom.jcraft.jsch.IdentityRepository
-
remove
public boolean remove(byte[] blob) - Specified by:
remove
in interfacecom.jcraft.jsch.IdentityRepository
-
removeAll
public void removeAll()- Specified by:
removeAll
in interfacecom.jcraft.jsch.IdentityRepository
-
getName
- Specified by:
getName
in interfacecom.jcraft.jsch.IdentityRepository
-
getStatus
public int getStatus()- Specified by:
getStatus
in interfacecom.jcraft.jsch.IdentityRepository
-