Class: Pdfrb::Model::Type::SubjectDN

Inherits:
Cos::Dictionary show all
Defined in:
lib/pdfrb/model/type/signature_extras.rb

Overview

Subject distinguished-name sub-dictionary (s12.7.4.5.2): keyed by DN component (CN, O, C, ...).

Instance Attribute Summary

Attributes inherited from Object

#document, #gen, #oid, #value

Instance Method Summary collapse

Methods inherited from Cos::Dictionary

#[]=, apply_arlington_definition, arlington_default, arlington_key_to_symbol, arlington_one_type_to_ruby, arlington_required?, arlington_scalar, arlington_types_to_ruby, arlington_version, define_field, define_field_from_arlington, #delete, #each, each_field, #each_raw, #empty?, field, #initialize, #key?, #keys, lookup_type, merged_field, own_fields, #pdf_type, register_type, type_map, #validate

Methods included from Cos::ArlingtonBacked

#arlington_object

Methods inherited from Object

#==, define_type, #deref, #indirect?, #initialize, #must_be_indirect?, #pdf_type, pdf_type

Constructor Details

This class inherits a constructor from Pdfrb::Model::Cos::Dictionary

Instance Method Details

#[](component) ⇒ Object



28
29
30
# File 'lib/pdfrb/model/type/signature_extras.rb', line 28

def [](component)
  value[component.to_sym] || value[component.to_s]
end

#componentsObject



32
33
34
# File 'lib/pdfrb/model/type/signature_extras.rb', line 32

def components
  value.keys
end