class HexaPDF:: Type:: DocumentSecurityStore:: ValidationRelatedInformation
| Parent | HexaPDF::Dictionary |
|---|
The validation-related information (VRI) dictionary contains validation information for one signature. It signifies that the signature has been validated using this information.
See: PDF2.0 s12.8.4.4
Field Definitions
| Name | Type/Allowed Values | Required | Default Value |
|---|---|---|---|
| Type | Symbol | false | :VRI |
| Cert | HexaPDF::PDFArray or Array | false | nil |
| CRL | HexaPDF::PDFArray or Array | false | nil |
| OCSP | HexaPDF::PDFArray or Array | false | nil |
| TU | HexaPDF::DictionaryFields::PDFDate or String or Time or Date or DateTime | false | nil |
| TS | HexaPDF::Stream or Hash | false | nil |