public enum PKIFailureInfo extends Enum<PKIFailureInfo>
| Enum Constant and Description |
|---|
addInfoNotAvailable |
badAlg |
badDataFormat |
badRequest |
systemFailure |
timeNotAvailable |
unacceptedExtension |
unacceptedPolicy |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getMessage() |
static PKIFailureInfo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PKIFailureInfo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PKIFailureInfo badAlg
public static final PKIFailureInfo badRequest
public static final PKIFailureInfo badDataFormat
public static final PKIFailureInfo timeNotAvailable
public static final PKIFailureInfo unacceptedPolicy
public static final PKIFailureInfo unacceptedExtension
public static final PKIFailureInfo addInfoNotAvailable
public static final PKIFailureInfo systemFailure
public static PKIFailureInfo[] values()
for (PKIFailureInfo c : PKIFailureInfo.values()) System.out.println(c);
public static PKIFailureInfo 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 © 2023 SERPRO - Serviço Federal de Processamento de Dados. All rights reserved.