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

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

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

Named factory for the HMAC-SHA1-96 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
HMACSHA196.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

HMACSHA196.Factory

public HMACSHA196.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.