com.sshtools.j2ssh.transport.hmac
Class SshHmacFactory

java.lang.Object
  extended bycom.sshtools.j2ssh.transport.hmac.SshHmacFactory

public class SshHmacFactory
extends java.lang.Object

DOCUMENT ME!


Constructor Summary
protected SshHmacFactory()
          Creates a new SshHmacFactory object.
 
Method Summary
static java.lang.String getDefaultHmac()
          DOCUMENT ME!
static java.util.List getSupportedMacs()
          DOCUMENT ME!
static void initialize()
          DOCUMENT ME!
static SshHmac newInstance(java.lang.String methodName)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SshHmacFactory

protected SshHmacFactory()
Creates a new SshHmacFactory object.

Method Detail

initialize

public static void initialize()
DOCUMENT ME!


getDefaultHmac

public static final java.lang.String getDefaultHmac()
DOCUMENT ME!

Returns:
DOCUMENT ME!

getSupportedMacs

public static java.util.List getSupportedMacs()
DOCUMENT ME!

Returns:
DOCUMENT ME!

newInstance

public static SshHmac newInstance(java.lang.String methodName)
                           throws AlgorithmNotSupportedException
DOCUMENT ME!

Parameters:
methodName - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
AlgorithmNotSupportedException - DOCUMENT ME!