public class HashAlgorithm
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
md5 |
static short |
none |
static short |
sha1 |
static short |
sha224 |
static short |
sha256 |
static short |
sha384 |
static short |
sha512 |
Constructor and Description |
---|
HashAlgorithm() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getName(short hashAlgorithm) |
static java.lang.String |
getText(short hashAlgorithm) |
static boolean |
isPrivate(short hashAlgorithm) |
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