Digital Signature Validation Result
Detailed status about validity of a DigitalSignatureInfo. For overall status of the validity of the signature, see return status of getValidationStatus method.
Types
Link copied to clipboard
enum CertificateStatus
Status of the certificate that was used for signing the document.
Link copied to clipboard
Status of the signed document.
Link copied to clipboard
enum ValidationProblem
Problems that prevented proper validation of a signature.
Properties
Link copied to clipboard
Error message from certificate chain validation, or null if validation succeeded.
Link copied to clipboard
The certificate chain validation status, or null if not checked.
Link copied to clipboard
Parcelable creator for reconstructing DigitalSignatureValidationResult objects from a Parcel.
Link copied to clipboard
The integrity status of the signed document.
Link copied to clipboard
The hash algorithm used to compute the document digest (e.g., SHA256, SHA512).
Link copied to clipboard
The PAdES signature level if applicable (e.g., B_B, B_T, B_LT, B_LTA).
Link copied to clipboard
The algorithm used to create the digital signature (e.g., RSA, ECDSA).
Link copied to clipboard
The type of digital signature (e.g., CMS, CADES).
Link copied to clipboard
The X.509 certificate used to sign the document.
Link copied to clipboard
Timestamp information associated with the signature.
Functions
Link copied to clipboard
Describes the kinds of special objects contained in this Parcelable instance.
Link copied to clipboard
Returns overall validity status of the digital signature.
Link copied to clipboard
Returns if there was any appending done to the document after this signature.
Link copied to clipboard
Flattens this validation result into a Parcel for serialization.