com.jcraft.jsch.agentproxy
Class RemoteIdentityRepository

java.lang.Object
  extended by com.jcraft.jsch.agentproxy.RemoteIdentityRepository
All Implemented Interfaces:
com.jcraft.jsch.IdentityRepository

public class RemoteIdentityRepository
extends Object
implements com.jcraft.jsch.IdentityRepository


Field Summary
 
Fields inherited from interface com.jcraft.jsch.IdentityRepository
NOTRUNNING, RUNNING, UNAVAILABLE
 
Constructor Summary
RemoteIdentityRepository(com.jcraft.jsch.agentproxy.Connector connector)
           
 
Method Summary
 boolean add(byte[] identity)
           
 Vector<com.jcraft.jsch.Identity> getIdentities()
           
 String getName()
           
 int getStatus()
           
 boolean remove(byte[] blob)
           
 void removeAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIdentityRepository

public RemoteIdentityRepository(com.jcraft.jsch.agentproxy.Connector connector)
Method Detail

getIdentities

public Vector<com.jcraft.jsch.Identity> getIdentities()
Specified by:
getIdentities in interface com.jcraft.jsch.IdentityRepository

add

public boolean add(byte[] identity)
Specified by:
add in interface com.jcraft.jsch.IdentityRepository

remove

public boolean remove(byte[] blob)
Specified by:
remove in interface com.jcraft.jsch.IdentityRepository

removeAll

public void removeAll()
Specified by:
removeAll in interface com.jcraft.jsch.IdentityRepository

getName

public String getName()
Specified by:
getName in interface com.jcraft.jsch.IdentityRepository

getStatus

public int getStatus()
Specified by:
getStatus in interface com.jcraft.jsch.IdentityRepository


Copyright © 2013 JCraft,Inc.. All rights reserved.