Class OpenSSHKeyV1KeyFile.Factory
- java.lang.Object
-
- com.hierynomus.sshj.userauth.keyprovider.OpenSSHKeyV1KeyFile.Factory
-
- All Implemented Interfaces:
Factory<FileKeyProvider>
,Factory.Named<FileKeyProvider>
- Enclosing class:
- OpenSSHKeyV1KeyFile
public static class OpenSSHKeyV1KeyFile.Factory extends java.lang.Object implements Factory.Named<FileKeyProvider>
-
-
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 Constructor Description Factory()
-
Method Summary
Modifier and Type Method Description FileKeyProvider
create()
java.lang.String
getName()
-
-
-
Method Detail
-
create
public FileKeyProvider create()
- Specified by:
create
in interfaceFactory<FileKeyProvider>
- Returns:
- a new object created using this factory.
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceFactory.Named<FileKeyProvider>
- Returns:
- the name of this factory.
-
-