public enum CertListOrderBy extends Enum<CertListOrderBy>
| Enum Constant and Description |
|---|
NOT_AFTER |
NOT_AFTER_DESC |
NOT_BEFORE |
NOT_BEFORE_DESC |
SUBJECT |
SUBJECT_DESC |
| Modifier and Type | Method and Description |
|---|---|
static CertListOrderBy |
forValue(String value) |
String |
getText() |
static CertListOrderBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertListOrderBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertListOrderBy NOT_BEFORE
public static final CertListOrderBy NOT_BEFORE_DESC
public static final CertListOrderBy NOT_AFTER
public static final CertListOrderBy NOT_AFTER_DESC
public static final CertListOrderBy SUBJECT
public static final CertListOrderBy SUBJECT_DESC
public static CertListOrderBy[] values()
for (CertListOrderBy c : CertListOrderBy.values()) System.out.println(c);
public static CertListOrderBy 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 String getText()
public static CertListOrderBy forValue(String value)
Copyright © 2023. All rights reserved.