Class Origami::Signature::Reference
In: sources/parser/signature.rb
Parent: Dictionary

Class representing a signature which can be embedded in DigitalSignature dictionary. It must be a direct object.

Methods

new  

Included Modules

Configurable

Public Class methods

[Source]

     # File sources/parser/signature.rb, line 335
335:       def initialize(hash = {})
336:         super(hash, false)
337:       end

[Validate]