net.schmizz.sshj.transport.digest
Class SHA1.Factory
java.lang.Object
net.schmizz.sshj.transport.digest.SHA1.Factory
- All Implemented Interfaces:
- Factory<Digest>, Factory.Named<Digest>
- Enclosing class:
- SHA1
public static class SHA1.Factory
- extends Object
- implements Factory.Named<Digest>
Named factory for SHA1 digest
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SHA1.Factory
public SHA1.Factory()
create
public Digest create()
- Specified by:
create
in interface Factory<Digest>
- Returns:
- a new object created using this factory.
getName
public String getName()
- Specified by:
getName
in interface Factory.Named<Digest>
- Returns:
- the name of this factory.
Copyright © 2009-2012. All Rights Reserved.