class HexaPDF:: Type:: DocumentSecurityStore
| Parent | HexaPDF::Dictionary |
|---|
The document security store (DSS) dictionary contains data needed for verifying digital signatures.
See: PDF2.0 s12.8.4.3
Field Definitions
| Name | Type/Allowed Values | Required | Default Value |
|---|---|---|---|
| Type | Symbol | false | :DSS |
| VRI | HexaPDF::Dictionary or Hash | false | nil |
| Certs | HexaPDF::PDFArray or Array | false | nil |
| OCSPs | HexaPDF::PDFArray or Array | false | nil |
| CRLs | HexaPDF::PDFArray or Array | false | nil |
| SW | Symbol One of: :A, :B, :S, :N | false | :A |
| S | Symbol One of: :A, :P | false | :P |
| A | HexaPDF::PDFArray or Array | false | [0.5, 0.5] |
| FB | TrueClass or FalseClass | false | false |