public class SshHmacFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
SshHmacFactory()
Creates a new SshHmacFactory object.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getDefaultHmac() |
static java.util.List |
getSupportedMacs() |
static void |
initialize() |
static SshHmac |
newInstance(java.lang.String methodName) |
public static void initialize()
public static final java.lang.String getDefaultHmac()
public static java.util.List getSupportedMacs()
public static SshHmac newInstance(java.lang.String methodName) throws AlgorithmNotSupportedException
methodName
- AlgorithmNotSupportedException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.