org.gridkit.internal.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)
           
 Vector getIdentities()
           
 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

String getName()

getStatus

int getStatus()

getIdentities

Vector getIdentities()

add

boolean add(byte[] identity)

remove

boolean remove(byte[] blob)

removeAll

void removeAll()


Copyright © 2017. All Rights Reserved.