public static class TLSARecord.MatchingType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
EXACT
Exact match on selected content
|
static int |
SHA256
SHA-256 hash of selected content [RFC6234]
|
static int |
SHA512
SHA-512 hash of selected content [RFC6234]
|
Modifier | Constructor and Description |
---|---|
private |
MatchingType() |
public static final int EXACT
public static final int SHA256
public static final int SHA512