net.schmizz.sshj.transport.digest
Class MD5.Factory

java.lang.Object
  extended by net.schmizz.sshj.transport.digest.MD5.Factory
All Implemented Interfaces:
Factory<Digest>, Factory.Named<Digest>
Enclosing class:
MD5

public static class MD5.Factory
extends Object
implements Factory.Named<Digest>

Named factory for MD5 digest


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

Constructor Detail

MD5.Factory

public MD5.Factory()
Method Detail

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.