net.schmizz.sshj.signature
Class SignatureRSA.Factory

java.lang.Object
  extended by net.schmizz.sshj.signature.SignatureRSA.Factory
All Implemented Interfaces:
Factory<Signature>, Factory.Named<Signature>
Enclosing class:
SignatureRSA

public static class SignatureRSA.Factory
extends Object
implements Factory.Named<Signature>

A named factory for RSA Signature


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
SignatureRSA.Factory()
           
 
Method Summary
 Signature create()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureRSA.Factory

public SignatureRSA.Factory()
Method Detail

create

public Signature create()
Specified by:
create in interface Factory<Signature>
Returns:
a new object created using this factory.

getName

public String getName()
Specified by:
getName in interface Factory.Named<Signature>
Returns:
the name of this factory.


Copyright © 2009-2012. All Rights Reserved.