com.jcraft.jsch
Interface IdentityRepository


public interface IdentityRepository


Field Summary
static int NOTRUNNING
           
static int RUNNING
           
static int UNAVAILABLE
           
 
Method Summary
 boolean add(byte[] identity)
           
 java.util.Vector getIdentities()
           
 java.lang.String getName()
           
 int getStatus()
           
 boolean remove(byte[] blob)
           
 void removeAll()
           
 

Field Detail

UNAVAILABLE

static final int UNAVAILABLE
See Also:
Constant Field Values

NOTRUNNING

static final int NOTRUNNING
See Also:
Constant Field Values

RUNNING

static final int RUNNING
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()

getStatus

int getStatus()

getIdentities

java.util.Vector getIdentities()

add

boolean add(byte[] identity)

remove

boolean remove(byte[] blob)

removeAll

void removeAll()