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 static class
IdentityRepository.Wrapper
JSch will accept ciphered keys, but some implementations of IdentityRepository can not.(package private) class
LocalIdentityRepository
Fields in com.jcraft.jsch declared as IdentityRepository Modifier and Type Field Description private IdentityRepository
JSch. defaultIdentityRepository
private IdentityRepository
JSch. identityRepository
private IdentityRepository
Session. identityRepository
private IdentityRepository
IdentityRepository.Wrapper. ir
Methods in com.jcraft.jsch that return IdentityRepository Modifier and Type Method Description IdentityRepository
JSch. getIdentityRepository()
(package private) IdentityRepository
Session. getIdentityRepository()
Gets the identityRepository.Methods in com.jcraft.jsch with parameters of type IdentityRepository Modifier and Type Method Description void
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.Constructors in com.jcraft.jsch with parameters of type IdentityRepository Constructor Description Wrapper(IdentityRepository ir)
Wrapper(IdentityRepository ir, boolean keep_in_cache)
-