net.schmizz.sshj.transport.mac
Class HMACMD5.Factory

java.lang.Object
  extended by net.schmizz.sshj.transport.mac.HMACMD5.Factory
All Implemented Interfaces:
Factory<MAC>, Factory.Named<MAC>
Enclosing class:
HMACMD5

public static class HMACMD5.Factory
extends Object
implements Factory.Named<MAC>

Named factory for the HMACMD5 MAC


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

Constructor Detail

HMACMD5.Factory

public HMACMD5.Factory()
Method Detail

create

public MAC create()
Specified by:
create in interface Factory<MAC>
Returns:
a new object created using this factory.

getName

public String getName()
Specified by:
getName in interface Factory.Named<MAC>
Returns:
the name of this factory.


Copyright © 2009-2012. All Rights Reserved.