class HexaPDF::DigitalSignature::Signing::DefaultHandler

def initialize(**arguments)

Creates a new DefaultHandler instance with the given attributes.
def initialize(**arguments)
  @signature_size = nil
  @signature_type = :cms
  arguments.each {|name, value| send("#{name}=", value) }
end