Reference

open class Reference

Signature reference dictionary. This dictionary contains the object digest result, including information about how it was computed.

Properties

Link copied to clipboard
The name of the object used while computing the object digest.
Link copied to clipboard
The location of the digest value in the PDF file in bytes, or null.
Link copied to clipboard
The algorithm used for computing the digest (e.g., MD5, SHA1).
Link copied to clipboard
The result of the digest operation, or null if not required by the transformation.
Link copied to clipboard
The transformation method used to generate the digest.

Functions

Link copied to clipboard
open fun toString(): String
Returns a string representation of this signature reference for debugging purposes.