public enum PKIStatus extends Enum<PKIStatus>
| Enum Constant and Description |
|---|
granted |
grantedWithMods |
rejection |
revocationNotification |
revocationWarning |
unknownPKIStatus |
waiting |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getMessage() |
static PKIStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PKIStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PKIStatus granted
public static final PKIStatus grantedWithMods
public static final PKIStatus rejection
public static final PKIStatus waiting
public static final PKIStatus revocationWarning
public static final PKIStatus revocationNotification
public static final PKIStatus unknownPKIStatus
public static PKIStatus[] values()
for (PKIStatus c : PKIStatus.values()) System.out.println(c);
public static PKIStatus 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 int getId()
public String getMessage()
Copyright © 2022 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.