public enum NotificationFatal extends java.lang.Enum<NotificationFatal>
| Enum Constant and Description |
|---|
CERTIFICATION_PATH_CHECK_FAILED
Failure indicating that verification of the certification path could not be done.
|
CRL_CHECK_FAILED
Failure indicating that verification of Certificate Revocation List could not be done.
|
DECRYPTION_PRIVATE_KEY_NOT_FOUND
The private decryption key indicated in the RecipientIdentifiers of the Enveloped-Data is not found.
|
ENVELOPED_DATA_CONTAINS_NO_KEKRECIPIENTINFOS
The EnvelopedData does not contain a KEKRecipientInformation.
|
ENVELOPED_DATA_CONTAINS_NO_KEYTRANSRECIPIENTINFOS
The EnvelopedData does not contain a KeyTransRecipientInformation.
|
ENVELOPED_DATA_STRUCTURE_INCORRECT
The CMS Encrypted-Data part inside the message has an incorrect structure.
|
INNER_SIGNED_DATA_CONTENT_MISSING
The signature cannot be verified because the inner signed data does not contain the signed content.
|
INNER_SIGNED_DATA_STRUCTURE_INCORRECT
The CMS inner signed data structure is incorrect and cannot be parsed.
|
MESSAGE_INNER_SIGNED_PART_CONTAINS_INCORRECTLY_ENCODED_CERTIFICATES_SET
Failure indicating that the inner signed part contains an incorrectly encoded set of certificates.
|
MESSAGE_INNER_SIGNED_PART_HAS_MORE_THAN_ONE_SIGNER_INFORMATION
Failure indicating that the inner signed data structure has more than one signer information included.
|
MESSAGE_INNER_SIGNED_PART_HAS_NO_SIGNER_INFORMATION
Failure indicating that the inner signed data structure has no signer information included.
|
MESSAGE_OUTER_SIGNED_PART_CONTAINS_INCORRECTLY_ENCODED_CERTIFICATES_SET
Failure indicating that the outer signed part contains an incorrectly encoded set of certificates.
|
MESSAGE_OUTER_SIGNED_PART_HAS_MORE_THAN_ONE_SIGNER_INFORMATION
Failure indicating that the outer signed data structure has more than one signer information included.
|
MESSAGE_OUTER_SIGNED_PART_HAS_NO_SIGNER_INFORMATION
Failure indicating that the outer signed data structure has no signer information included.
|
OCSP_CHECK_FAILED
Failure indicating that an OCSP check could not be done.
|
OUTER_SIGNED_DATA_CONTENT_MISSING
The signature cannot be verified because the outer signed data does not contain the signed content.
|
OUTER_SIGNED_DATA_CONTENT_STRUCTURE_INVALID
The content part of the outer CMS signed data structure is invalid.
|
OUTER_SIGNED_DATA_STRUCTURE_INCORRECT
The CMS outer signed data structure is incorrect and cannot be parsed.
|
SECRET_KEY_CAN_NOT_DECRYPT_KEKRECIPIENTINFOS
The given SecretKey can not decrypt the KEKRecipientInformations in the EnvelopedData.
|
STAMP_FAILED
A timestamp could not be added to the sealed message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMessage() |
static NotificationFatal |
getInnerFailureForMessage(java.lang.String errorMessage) |
static NotificationFatal |
getOuterFailureForMessage(java.lang.String errorMessage) |
static NotificationFatal |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationFatal[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationFatal ENVELOPED_DATA_STRUCTURE_INCORRECT
public static final NotificationFatal DECRYPTION_PRIVATE_KEY_NOT_FOUND
public static final NotificationFatal OUTER_SIGNED_DATA_CONTENT_STRUCTURE_INVALID
public static final NotificationFatal SECRET_KEY_CAN_NOT_DECRYPT_KEKRECIPIENTINFOS
public static final NotificationFatal ENVELOPED_DATA_CONTAINS_NO_KEYTRANSRECIPIENTINFOS
public static final NotificationFatal ENVELOPED_DATA_CONTAINS_NO_KEKRECIPIENTINFOS
public static final NotificationFatal CERTIFICATION_PATH_CHECK_FAILED
public static final NotificationFatal CRL_CHECK_FAILED
public static final NotificationFatal OCSP_CHECK_FAILED
public static final NotificationFatal STAMP_FAILED
public static final NotificationFatal MESSAGE_INNER_SIGNED_PART_HAS_NO_SIGNER_INFORMATION
public static final NotificationFatal MESSAGE_OUTER_SIGNED_PART_HAS_NO_SIGNER_INFORMATION
public static final NotificationFatal MESSAGE_INNER_SIGNED_PART_HAS_MORE_THAN_ONE_SIGNER_INFORMATION
public static final NotificationFatal MESSAGE_OUTER_SIGNED_PART_HAS_MORE_THAN_ONE_SIGNER_INFORMATION
public static final NotificationFatal INNER_SIGNED_DATA_STRUCTURE_INCORRECT
public static final NotificationFatal OUTER_SIGNED_DATA_STRUCTURE_INCORRECT
public static final NotificationFatal INNER_SIGNED_DATA_CONTENT_MISSING
public static final NotificationFatal OUTER_SIGNED_DATA_CONTENT_MISSING
public static final NotificationFatal MESSAGE_INNER_SIGNED_PART_CONTAINS_INCORRECTLY_ENCODED_CERTIFICATES_SET
public static final NotificationFatal MESSAGE_OUTER_SIGNED_PART_CONTAINS_INCORRECTLY_ENCODED_CERTIFICATES_SET
public static NotificationFatal[] values()
for (NotificationFatal c : NotificationFatal.values()) System.out.println(c);
public static NotificationFatal 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getErrorMessage()
public static NotificationFatal getOuterFailureForMessage(java.lang.String errorMessage)
public static NotificationFatal getInnerFailureForMessage(java.lang.String errorMessage)
Copyright © 2025 eHealth. All rights reserved.