Class PuTTYKeyFile.Factory
java.lang.Object
net.schmizz.sshj.userauth.keyprovider.PuTTYKeyFile.Factory
- All Implemented Interfaces:
Factory<FileKeyProvider>
,Factory.Named<FileKeyProvider>
- Enclosing class:
PuTTYKeyFile
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory
Factory.Named<T>
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory.Named
Factory.Named.Util
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
- Specified by:
create
in interfaceFactory<FileKeyProvider>
- Returns:
- a new object created using this factory.
-
getName
- Specified by:
getName
in interfaceFactory.Named<FileKeyProvider>
- Returns:
- the name of this factory.
-