net.schmizz.sshj.signature
Class SignatureRSA.Factory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SignatureRSA.Factory
public SignatureRSA.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.