public enum DtlsResponseMatching extends Enum<DtlsResponseMatching>
| Enum Constant and Description |
|---|
PRINCIPAL |
PRINCIPAL_IDENTITY |
RELAXED |
STRICT |
| Modifier and Type | Method and Description |
|---|---|
static DtlsResponseMatching |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DtlsResponseMatching[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DtlsResponseMatching STRICT
public static final DtlsResponseMatching RELAXED
public static final DtlsResponseMatching PRINCIPAL
public static final DtlsResponseMatching PRINCIPAL_IDENTITY
public static DtlsResponseMatching[] values()
for (DtlsResponseMatching c : DtlsResponseMatching.values()) System.out.println(c);
public static DtlsResponseMatching valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019–2024 Teslanet.nl. All rights reserved.