DigitalSignatureValidationResult

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
Status of the certificate that was used for signing the document.
Link copied to clipboard
Status of the signed document.
Link copied to clipboard
Problems that prevented proper validation of a signature.

Properties

Functions

Link copied to clipboard
open fun describeContents(): Int
Link copied to clipboard
Returns overall validity status of the digital signature.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
Returns if there was any appending done to the document after this signature.
Link copied to clipboard
open fun writeToParcel(dest: Parcel, flags: Int)