public enum TrustListMasks extends Enum<TrustListMasks> implements Enumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
TrustListMasks.Builder |
| Enum Constant and Description |
|---|
All |
IssuerCertificates |
IssuerCrls |
None |
TrustedCertificates |
TrustedCrls |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<TrustListMasks> |
ALL |
static EnumSet<TrustListMasks> |
NONE |
static EnumerationSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static TrustListMasks.Builder |
builder() |
static UnsignedInteger |
getMask(Collection<TrustListMasks> list) |
static UnsignedInteger |
getMask(TrustListMasks... list) |
static EnumSet<TrustListMasks> |
getSet(int mask) |
static EnumSet<TrustListMasks> |
getSet(UnsignedInteger mask) |
int |
getValue()
Return the integer value of this enumeration value.
|
EnumerationSpecification |
specification()
Returns the specification of the
Enumeration. |
TrustListMasks.Builder |
toBuilder()
Returns a builder which can be used to make other instances of the
Enumeration. |
static TrustListMasks |
valueOf(int value) |
static TrustListMasks[] |
valueOf(int[] value) |
static TrustListMasks |
valueOf(Integer value) |
static TrustListMasks[] |
valueOf(Integer[] value) |
static TrustListMasks |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrustListMasks |
valueOf(UnsignedInteger value) |
static TrustListMasks[] |
valueOf(UnsignedInteger[] value) |
static TrustListMasks[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDescription, getValueAsStringpublic static final TrustListMasks None
public static final TrustListMasks TrustedCertificates
public static final TrustListMasks TrustedCrls
public static final TrustListMasks IssuerCertificates
public static final TrustListMasks IssuerCrls
public static final TrustListMasks All
public static final EnumerationSpecification SPECIFICATION
public static final EnumSet<TrustListMasks> NONE
public static final EnumSet<TrustListMasks> ALL
public static TrustListMasks[] values()
for (TrustListMasks c : TrustListMasks.values()) System.out.println(c);
public static TrustListMasks 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 nullpublic EnumerationSpecification specification()
EnumerationEnumeration.specification in interface Enumerationpublic static TrustListMasks valueOf(int value)
public static TrustListMasks valueOf(Integer value)
public static TrustListMasks valueOf(UnsignedInteger value)
public static TrustListMasks[] valueOf(int[] value)
public static TrustListMasks[] valueOf(Integer[] value)
public static TrustListMasks[] valueOf(UnsignedInteger[] value)
public static UnsignedInteger getMask(TrustListMasks... list)
public static UnsignedInteger getMask(Collection<TrustListMasks> list)
public static EnumSet<TrustListMasks> getSet(UnsignedInteger mask)
public static EnumSet<TrustListMasks> getSet(int mask)
public int getValue()
EnumerationgetValue in interface Enumerationpublic static TrustListMasks.Builder builder()
public TrustListMasks.Builder toBuilder()
EnumerationEnumeration.toBuilder in interface EnumerationCopyright © 2026. All rights reserved.