org.apache.sshd.common.digest
Class MD5.Factory

java.lang.Object
  extended by org.apache.sshd.common.digest.MD5.Factory
All Implemented Interfaces:
Factory<Digest>, NamedFactory<Digest>
Enclosing class:
MD5

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

Named factory for MD5 digest


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
MD5.Factory()
           
 
Method Summary
 Digest create()
          Create a new instance
 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

MD5.Factory

public MD5.Factory()
Method Detail

getName

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

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

create

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

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


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.