com.jcraft.jsch
Interface IdentityRepository
- All Known Implementing Classes:
- IdentityRepository.Wrapper
public interface IdentityRepository
Nested Class Summary |
static class |
IdentityRepository.Wrapper
JSch will accept ciphered keys, but some implementations of
IdentityRepository can not. |
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
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()