Liking cljdoc? Tell your friends :D
Clojure only.

pdfplumber.signature

Inspect digital-signature metadata and document coverage.

This namespace does not validate cryptographic signatures, certificate chains, revocation, or trust anchors. The coverage flag is an integrity signal. It shows whether a signature ByteRange spans the original PDF except for one signature-contents gap.

Inspect digital-signature metadata and document coverage.

This namespace does not validate cryptographic signatures, certificate chains,
revocation, or trust anchors. The coverage flag is an integrity signal. It
shows whether a signature ByteRange spans the original PDF except for one
signature-contents gap.
raw docstring

signaturesclj

(signatures doc)

Return a vector of signature metadata maps from doc.

Present PDF fields are returned as :name, :reason, :location, :contact-info, :signing-time, :sub-filter, :filter, and :byte-range. :covers-whole-document? compares the ByteRange with the original source length and requires exactly one gap. The function omits it if it cannot get the length. This is an integrity signal only. It does not check cryptographic signature validity, certificate trust, or revocation status.

Return a vector of signature metadata maps from `doc`.

Present PDF fields are returned as `:name`, `:reason`, `:location`,
`:contact-info`, `:signing-time`, `:sub-filter`, `:filter`, and `:byte-range`.
`:covers-whole-document?` compares the ByteRange with the original source
length and requires exactly one gap. The function omits it if it cannot get
the length.
This is an integrity signal only. It does not check cryptographic signature
validity, certificate trust, or revocation status.
sourceraw docstring

signed?clj

(signed? doc)

Return true when doc contains at least one signature dictionary.

This reports presence only. It does not validate cryptographic signatures, certificates, revocation status, or trust.

Return true when `doc` contains at least one signature dictionary.

This reports presence only. It does not validate cryptographic signatures,
certificates, revocation status, or trust.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close