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 327
327:       def initialize(hash = {})
328:         set_indirect(false)
329: 
330:         super(hash)
331:       end

[Validate]