class HexaPDF::Type::Signature::AdbeX509RsaSha1

Parent

The signature handler for the adbe.x509.rsa_sha1 sub-filter.

Since this handler is deprecated with PDF 2.0 it only provides the implementation for reading and verifying signatures.

Public Instance Methods

certificate_chain()

Returns the certificate chain.

signer_certificate()

Returns the signer certificate (an instance of OpenSSL::X509::Certificate).

verify(store, allow_self_signed: false)

Verifies the signature using the provided OpenSSL::X509::Store object.

Calls superclass method