net.schmizz.sshj.userauth.keyprovider
Class OpenSSHKeyFile.Factory

java.lang.Object
  extended by net.schmizz.sshj.userauth.keyprovider.OpenSSHKeyFile.Factory
All Implemented Interfaces:
Factory<FileKeyProvider>, Factory.Named<FileKeyProvider>
Enclosing class:
OpenSSHKeyFile

public static class OpenSSHKeyFile.Factory
extends Object
implements Factory.Named<FileKeyProvider>


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory.Named
Factory.Named.Util
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory
Factory.Named<T>
 
Constructor Summary
OpenSSHKeyFile.Factory()
           
 
Method Summary
 FileKeyProvider create()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSSHKeyFile.Factory

public OpenSSHKeyFile.Factory()
Method Detail

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.