|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sshtools.j2ssh.transport.hmac.SshHmacFactory
public class SshHmacFactory
| Constructor Summary | |
|---|---|
protected |
SshHmacFactory()
Creates a new SshHmacFactory object. |
| Method Summary | |
|---|---|
static java.lang.String |
getDefaultHmac()
|
static java.util.List |
getSupportedMacs()
|
static void |
initialize()
|
static SshHmac |
newInstance(java.lang.String methodName)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected SshHmacFactory()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||