Uses of Interface
com.jcraft.jsch.Identity
Packages that use Identity
-
Uses of Identity in com.jcraft.jsch
Classes in com.jcraft.jsch that implement IdentityMethods in com.jcraft.jsch with parameters of type IdentityModifier and TypeMethodDescription(package private) void
void
void
JSch.addIdentity
(Identity identity, byte[] passphrase) Sets the private key, which will be referred in the public key authentication.(package private) void
void
JSch.removeIdentity
(Identity identity) Removes the identity from identityRepository.