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 IdentityRepositoryModifier and TypeClassDescriptionstatic classJSch will accept ciphered keys, but some implementations of IdentityRepository can not.(package private) classFields in com.jcraft.jsch declared as IdentityRepositoryModifier and TypeFieldDescriptionprivate IdentityRepositoryprivate IdentityRepositoryJSch.identityRepositoryprivate IdentityRepositorySession.identityRepositoryprivate IdentityRepositoryIdentityRepository.Wrapper.irMethods in com.jcraft.jsch that return IdentityRepositoryModifier and TypeMethodDescriptionJSch.getIdentityRepository()(package private) IdentityRepositorySession.getIdentityRepository()Gets the identityRepository.Methods in com.jcraft.jsch with parameters of type IdentityRepositoryModifier and TypeMethodDescriptionvoidJSch.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.Constructors in com.jcraft.jsch with parameters of type IdentityRepositoryModifierConstructorDescription(package private)(package private)Wrapper(IdentityRepository ir, boolean keep_in_cache)