IdentityRepository.Wrapper
public interface IdentityRepository
Modifier and Type | Interface | Description |
---|---|---|
static class |
IdentityRepository.Wrapper |
JSch will accept ciphered keys, but some implementations of
IdentityRepository can not.
|
Modifier and Type | Field | Description |
---|---|---|
static int |
NOTRUNNING |
|
static int |
RUNNING |
|
static int |
UNAVAILABLE |
Modifier and Type | Method | 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