org.apache.sshd.common.signature
Class SignatureDSA.Factory

java.lang.Object
  extended by org.apache.sshd.common.signature.SignatureDSA.Factory
All Implemented Interfaces:
Factory<Signature>, NamedFactory<Signature>
Enclosing class:
SignatureDSA

public static class SignatureDSA.Factory
extends java.lang.Object
implements NamedFactory<Signature>

A named factory for DSA signature


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
SignatureDSA.Factory()
           
 
Method Summary
 Signature create()
          Create a new instance
 java.lang.String getName()
          Name of this factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SignatureDSA.Factory

public SignatureDSA.Factory()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: NamedFactory
Name of this factory

Specified by:
getName in interface NamedFactory<Signature>
Returns:

create

public Signature create()
Description copied from interface: Factory
Create a new instance

Specified by:
create in interface Factory<Signature>
Returns:


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.