ValidationStatus

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.security.certificatevalidation.ValidationStatus, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.security.certificatevalidation.ValidationStatus, com.aspose.ms.System.Enum, com.aspose.pdf.security.certificatevalidation.ValidationStatus

public final class ValidationStatus extends com.aspose.ms.System.Enum

Represents the validation status of a certificate validation. This enumeration defines the possible outcomes of certificate validation: - Valid: Indicates that the certificate has been successfully validated. - Invalid: Indicates that the certificate validation failed. - Undefined: Indicates that the validation process was inconclusive or not performed.

Fields

FieldDescription
InvalidIndicates that the certificate validation failed.
UndefinedIndicates that the validation process was inconclusive or not performed.
ValidIndicates that the certificate has been successfully validated.

Invalid

public static final int Invalid

Indicates that the certificate validation failed.

Undefined

public static final int Undefined

Indicates that the validation process was inconclusive or not performed.

Valid

public static final int Valid

Indicates that the certificate has been successfully validated.