ValidationMode

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

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

Specifies the validation mode for PDF signature validation processes.

Fields

FieldDescription
NoneRepresents a mode where validation is not performed.
OnlyCheckRepresents the mode in which the validation is made, but its result does not affect the validation of the digital signature. You can check the result of the validation yourself.
StrictRepresents the mode in which the validation is made and its result affects the validation of the digital signature. If the certificate could not be verified, then the digital signature will be considered invalid. You can check the result of the validation yourself.

None

public static final int None

Represents a mode where validation is not performed.

OnlyCheck

public static final int OnlyCheck

Represents the mode in which the validation is made, but its result does not affect the validation of the digital signature. You can check the result of the validation yourself.

Strict

public static final int Strict

Represents the mode in which the validation is made and its result affects the validation of the digital signature. If the certificate could not be verified, then the digital signature will be considered invalid. You can check the result of the validation yourself.