Class SshHmacFactory
- java.lang.Object
-
- com.sshtools.j2ssh.transport.hmac.SshHmacFactory
-
public class SshHmacFactory extends java.lang.Object
- Version:
- $Revision: 1.30 $
- Author:
- $author$
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SshHmacFactory()
Creates a new SshHmacFactory object.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getDefaultHmac()
static java.util.List
getSupportedMacs()
static void
initialize()
static SshHmac
newInstance(java.lang.String methodName)
-
-
-
Method Detail
-
initialize
public static void initialize()
-
getDefaultHmac
public static final java.lang.String getDefaultHmac()
- Returns:
-
getSupportedMacs
public static java.util.List getSupportedMacs()
- Returns:
-
newInstance
public static SshHmac newInstance(java.lang.String methodName) throws AlgorithmNotSupportedException
- Parameters:
methodName
-- Returns:
- Throws:
AlgorithmNotSupportedException
-
-