class HexaPDF:: DigitalSignature:: PKCS1Handler
Parent | HexaPDF::DigitalSignature::Handler |
---|
The signature handler for PKCS#1 based sub-filters, the only being the adbe.x509.rsa_sha1 sub-filter.
Note that PKCS#1 signatures are deprecated with PDF 2.0.
See: PDF2.0 s12.8.3.2
Public Instance Methods
Returns the certificate chain.
Returns the signer certificate (an instance of OpenSSL::X509::Certificate).
Verifies the signature using the provided OpenSSL::X509::Store object.
Calls superclass method
HexaPDF::DigitalSignature::Handler#verify