Interface IdentityRepositoryFactory
-
public interface IdentityRepositoryFactory
Creates instances of JSchIdentityRepository
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.jcraft.jsch.IdentityRepository
create(com.jcraft.jsch.JSch jsch)
Creates an Identity repository for a given JSch instance.
-