Package com.jcraft.jsch.agentproxy
Class RemoteIdentityRepository
- java.lang.Object
-
- com.jcraft.jsch.agentproxy.RemoteIdentityRepository
-
- All Implemented Interfaces:
com.jcraft.jsch.IdentityRepository
public class RemoteIdentityRepository extends java.lang.Object implements com.jcraft.jsch.IdentityRepository
-
-
Field Summary
Fields Modifier and Type Field Description private AgentProxy
agent
-
Constructor Summary
Constructors Constructor Description RemoteIdentityRepository(Connector connector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
add(byte[] identity)
java.util.Vector<com.jcraft.jsch.Identity>
getIdentities()
java.lang.String
getName()
int
getStatus()
boolean
remove(byte[] blob)
void
removeAll()
-
-
-
Field Detail
-
agent
private AgentProxy agent
-
-
Constructor Detail
-
RemoteIdentityRepository
public RemoteIdentityRepository(Connector connector)
-
-
Method Detail
-
getIdentities
public java.util.Vector<com.jcraft.jsch.Identity> 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
public java.lang.String getName()
- Specified by:
getName
in interfacecom.jcraft.jsch.IdentityRepository
-
getStatus
public int getStatus()
- Specified by:
getStatus
in interfacecom.jcraft.jsch.IdentityRepository
-
-