Interface IdentityRepositoryFactory


public interface IdentityRepositoryFactory
Creates instances of JSch IdentityRepository.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    com.jcraft.jsch.IdentityRepository
    create(com.jcraft.jsch.JSch jsch)
    Creates an Identity repository for a given JSch instance.
  • Method Details Link icon

    • create Link icon

      com.jcraft.jsch.IdentityRepository create(com.jcraft.jsch.JSch jsch)
      Creates an Identity repository for a given JSch instance.
      Parameters:
      jsch - JSch context
      Returns:
      a new IdentityRepository