| Modifier and Type | Method and Description | 
|---|---|
void | 
JSch.addIdentity(Identity identity,
           byte[] passphrase)
Adds an identity to be used for public-key authentication. 
 | 
void | 
JSch.removeIdentity(Identity identity)
Removes the identity from identityRepository. 
 | 
This is a simplified version of the inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.