public interface IdentityRepository
Modifier and Type | Interface and Description |
---|---|
static class |
IdentityRepository.Wrapper
JSch will accept ciphered keys, but some implementations of
IdentityRepository can not.
|
Modifier and Type | Field and Description |
---|---|
static int |
NOTRUNNING |
static int |
RUNNING |
static int |
UNAVAILABLE |
Modifier and Type | Method and Description |
---|---|
boolean |
add(byte[] identity) |
java.util.Vector |
getIdentities() |
java.lang.String |
getName() |
int |
getStatus() |
boolean |
remove(byte[] blob) |
void |
removeAll() |
static final int UNAVAILABLE
static final int NOTRUNNING
static final int RUNNING