Uses of Interface
com.jcraft.jsch.IdentityRepository

Packages that use IdentityRepository
com.jcraft.jsch   
 

Uses of IdentityRepository in com.jcraft.jsch
 

Classes in com.jcraft.jsch that implement IdentityRepository
static class IdentityRepository.Wrapper
          JSch will accept ciphered keys, but some implementations of IdentityRepository can not.
 

Methods in com.jcraft.jsch that return IdentityRepository
 IdentityRepository JSch.getIdentityRepository()
           
 

Methods in com.jcraft.jsch with parameters of type IdentityRepository
 void JSch.setIdentityRepository(IdentityRepository identityRepository)
          Sets the identityRepository, 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.
 



Copyright © 2014 JCraft,Inc.. All Rights Reserved.