net.schmizz.sshj.userauth.keyprovider
Class PKCS8KeyFile.Factory
java.lang.Object
net.schmizz.sshj.userauth.keyprovider.PKCS8KeyFile.Factory
- All Implemented Interfaces:
- Factory<FileKeyProvider>, Factory.Named<FileKeyProvider>
- Enclosing class:
- PKCS8KeyFile
public static class PKCS8KeyFile.Factory
- extends Object
- implements Factory.Named<FileKeyProvider>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PKCS8KeyFile.Factory
public PKCS8KeyFile.Factory()
create
public FileKeyProvider create()
- Specified by:
create
in interface Factory<FileKeyProvider>
- Returns:
- a new object created using this factory.
getName
public String getName()
- Specified by:
getName
in interface Factory.Named<FileKeyProvider>
- Returns:
- the name of this factory.
Copyright © 2009-2012. All Rights Reserved.