Package com.jcraft.jsch
Interface IdentityRepository
-
- All Known Implementing Classes:
IdentityRepository.Wrapper,LocalIdentityRepository
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanadd(byte[] identity)java.util.VectorgetIdentities()java.lang.StringgetName()intgetStatus()booleanremove(byte[] blob)voidremoveAll()
-
-
-
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
-
-