Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Class and Description |
---|---|
(package private) class |
IdentityFile |
Modifier and Type | Method and Description |
---|---|
void |
LocalIdentityRepository.add(Identity identity) |
(package private) void |
IdentityRepository.Wrapper.add(Identity identity) |
void |
JSch.addIdentity(Identity identity,
byte[] passphrase)
Sets the private key, which will be referred in
the public key authentication.
|
(package private) void |
LocalIdentityRepository.remove(Identity identity) |
void |
JSch.removeIdentity(Identity identity)
Removes the identity from identityRepository.
|