public class HashAlgorithm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
md5
Deprecated.
|
static short |
none
Deprecated.
|
static short |
sha1
Deprecated.
|
static short |
sha224
Deprecated.
|
static short |
sha256
Deprecated.
|
static short |
sha384
Deprecated.
|
static short |
sha512
Deprecated.
|
Constructor and Description |
---|
HashAlgorithm()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getName(short hashAlgorithm)
Deprecated.
|
static java.lang.String |
getText(short hashAlgorithm)
Deprecated.
|
static boolean |
isPrivate(short hashAlgorithm)
Deprecated.
|
static boolean |
isRecognized(short hashAlgorithm)
Deprecated.
|
public static final short none
public static final short md5
public static final short sha1
public static final short sha224
public static final short sha256
public static final short sha384
public static final short sha512
public static java.lang.String getName(short hashAlgorithm)
public static java.lang.String getText(short hashAlgorithm)
public static boolean isPrivate(short hashAlgorithm)
public static boolean isRecognized(short hashAlgorithm)