Uses of Interface
com.jcraft.jsch.IdentityRepository
-
Packages that use IdentityRepository Package Description com.jcraft.jsch -
-
Uses of IdentityRepository in com.jcraft.jsch
Classes in com.jcraft.jsch that implement IdentityRepository Modifier and Type Class Description classAgentIdentityRepositoryMethods in com.jcraft.jsch that return IdentityRepository Modifier and Type Method Description IdentityRepositoryJSch. getIdentityRepository()Methods in com.jcraft.jsch with parameters of type IdentityRepository Modifier and Type Method Description voidJSch. setIdentityRepository(IdentityRepository identityRepository)Sets theidentityRepository, which will be referred in the public key authentication.voidSession. setIdentityRepository(IdentityRepository identityRepository)Sets the identityRepository, which will be referred in the public key authentication.
-