Interface IdentityRepositoryFactory
public interface IdentityRepositoryFactory
Creates instances of JSch
IdentityRepository
.- Version:
- $Id: IdentityRepositoryFactory.java 1808381 2017-09-14 19:26:39Z ggregory $
-
Method Summary
Modifier and TypeMethodDescriptioncom.jcraft.jsch.IdentityRepository
create
(com.jcraft.jsch.JSch jsch) Creates an Identity repository for a given JSch instance.
-
Method Details
-
create
Creates an Identity repository for a given JSch instance.- Parameters:
jsch
- JSch context- Returns:
- a new IdentityRepository
-