public abstract class AbstractIdentityRepositoryFactory extends Object
Constructor and Description |
---|
AbstractIdentityRepositoryFactory() |
Modifier and Type | Method and Description |
---|---|
abstract com.jcraft.jsch.IdentityRepository |
create()
This method will return an instance of
com.jcraft.com.jsch.IdentityRepository . |
public abstract com.jcraft.jsch.IdentityRepository create()
com.jcraft.com.jsch.IdentityRepository
. The ssh client will
retrieve public keys from it, ask for signing data with a private key
included in it.IdentityRepository
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.