public class HashAlgorithm extends 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 String |
getName(short hashAlgorithm) |
static String |
getText(short hashAlgorithm) |
static boolean |
isPrivate(short hashAlgorithm) |
static boolean |
isRecognized(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
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.