Package com.jcraft.jsch
Interface IdentityRepository
- All Known Implementing Classes:
IdentityRepository.Wrapper
public interface IdentityRepository
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIdentityRepository.WrapperJSch will accept ciphered keys, but some implementations of IdentityRepository can not. -
Field Summary
Fields Modifier and Type Field Description static intNOTRUNNINGstatic intRUNNINGstatic intUNAVAILABLE -
Method Summary
-
Field Details
-
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 Details