Uses of Interface
com.jcraft.jsch.Identity
Packages that use Identity
-
Uses of Identity in com.jcraft.jsch
Methods in com.jcraft.jsch that return types with arguments of type IdentityModifier and TypeMethodDescriptionAgentIdentityRepository.getIdentities()
IdentityRepository.getIdentities()
Methods in com.jcraft.jsch with parameters of type IdentityModifier and TypeMethodDescriptionvoid
JSch.addIdentity
(Identity identity, byte[] passphrase) Sets the private key, which will be referred in the public key authentication.void
JSch.removeIdentity
(Identity identity) Removes the identity from identityRepository.