org.apache.sshd.common.mac
Class HMACMD596.Factory

java.lang.Object
  extended by org.apache.sshd.common.mac.HMACMD596.Factory
All Implemented Interfaces:
Factory<Mac>, NamedFactory<Mac>
Enclosing class:
HMACMD596

public static class HMACMD596.Factory
extends Object
implements NamedFactory<Mac>

Named factory for the HMAC-MD5-96 Mac


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
HMACMD596.Factory()
           
 
Method Summary
 Mac 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

HMACMD596.Factory

public HMACMD596.Factory()
Method Detail

getName

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

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

create

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

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


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