org.xbill.DNS
Class TLSARecord.MatchingType
java.lang.Object
org.xbill.DNS.TLSARecord.MatchingType
- Enclosing class:
- TLSARecord
public static class TLSARecord.MatchingType
- extends Object
Field Summary |
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] |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXACT
public static final int EXACT
- Exact match on selected content
- See Also:
- Constant Field Values
SHA256
public static final int SHA256
- SHA-256 hash of selected content [RFC6234]
- See Also:
- Constant Field Values
SHA512
public static final int SHA512
- SHA-512 hash of selected content [RFC6234]
- See Also:
- Constant Field Values