net.schmizz.sshj.signature
Class SignatureDSA.Factory
java.lang.Object
net.schmizz.sshj.signature.SignatureDSA.Factory
- All Implemented Interfaces:
- Factory<Signature>, Factory.Named<Signature>
- Enclosing class:
- SignatureDSA
public static class SignatureDSA.Factory
- extends Object
- implements Factory.Named<Signature>
A named factory for DSA signature
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureDSA.Factory
public SignatureDSA.Factory()
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.