Uses of Interface
com.jcraft.jsch.IdentityRepository
Packages that use IdentityRepository
-
Uses of IdentityRepository in com.jcraft.jsch
Classes in com.jcraft.jsch that implement IdentityRepositoryMethods in com.jcraft.jsch that return IdentityRepositoryMethods in com.jcraft.jsch with parameters of type IdentityRepositoryModifier and TypeMethodDescriptionvoid
JSch.setIdentityRepository
(IdentityRepository identityRepository) Sets theidentityRepository
, which will be referred in the public key authentication.void
Session.setIdentityRepository
(IdentityRepository identityRepository) Sets the identityRepository, which will be referred in the public key authentication.