Uses of Interface
com.jcraft.jsch.Identity
| Package | Description |
|---|---|
| com.jcraft.jsch |
-
Uses of Identity in com.jcraft.jsch
Methods in com.jcraft.jsch with parameters of type Identity Modifier and Type Method Description voidJSch. addIdentity(Identity identity, byte[] passphrase)Sets the private key, which will be referred in the public key authentication.voidJSch. removeIdentity(Identity identity)Removes the identity from identityRepository.