Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Class and Description |
---|---|
static class |
IdentityRepository.Wrapper
JSch will accept ciphered keys, but some implementations of
IdentityRepository can not.
|
(package private) class |
LocalIdentityRepository |
Modifier and Type | Field and Description |
---|---|
private IdentityRepository |
JSch.defaultIdentityRepository |
private IdentityRepository |
Session.identityRepository |
private IdentityRepository |
JSch.identityRepository |
private IdentityRepository |
IdentityRepository.Wrapper.ir |
Modifier and Type | Method and Description |
---|---|
(package private) IdentityRepository |
Session.getIdentityRepository()
Gets the identityRepository.
|
IdentityRepository |
JSch.getIdentityRepository() |
Modifier and Type | Method and Description |
---|---|
void |
Session.setIdentityRepository(IdentityRepository identityRepository)
Sets the identityRepository, which will be referred
in the public key authentication.
|
void |
JSch.setIdentityRepository(IdentityRepository identityRepository)
Sets the
identityRepository , which will be referred
in the public key authentication. |
Constructor and Description |
---|
Wrapper(IdentityRepository ir) |
Wrapper(IdentityRepository ir,
boolean keep_in_cache) |