class HexaPDF:: DigitalSignature:: VerificationResult
Parent | Object |
---|
Holds the result of verifying a signature.
Constants
- Message¶
This structure represents a single status message, containing the type (:info, :warning, or :error) and the content of the message.
Attributes
An array with all result messages.
Public Class Methods
Creates an empty result object.
Public Instance Methods
Returns true
if there is at least one error message.
Adds a new message of the given type to this result object.
type
-
One of :info, :warning or :error.
content
-
The log message.
Returns true
if there are no error messages.