|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<NotificationWarning>
be.fgov.ehealth.etee.crypto.status.NotificationWarning
public enum NotificationWarning
A NotificationWarning indicates that the validation or unsealing of a sealed message was successfully completed, BUT that verification of
the integrity or author authentication of the message resulted in warnings to consider.
The source of the failure is described by the NotificationWarning.
Acceptance of a message with warnings is a matter of a recipient's discretion.
| Enum Constant Summary | |
|---|---|
CRL_TRUST_NOT_VERIFIED
A local CRL was used for revocationcheck but it could not be verified on reliability. |
|
OCSP_NOT_EMBEDDED
An embedded OCSP was expected in the message but not found. |
|
SIGNING_TIME_EXPIRED
Expired Signing Time. |
|
SIGNING_TIME_MISSING
No Signing Time. |
|
| Method Summary | |
|---|---|
static NotificationWarning |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static NotificationWarning[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final NotificationWarning SIGNING_TIME_MISSING
public static final NotificationWarning SIGNING_TIME_EXPIRED
public static final NotificationWarning OCSP_NOT_EMBEDDED
public static final NotificationWarning CRL_TRUST_NOT_VERIFIED
| Method Detail |
|---|
public static NotificationWarning[] values()
for (NotificationWarning c : NotificationWarning.values()) System.out.println(c);
public static NotificationWarning valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||