Class: HexaPDF::DigitalSignature::Signature::TransformParams
- Inherits:
-
HexaPDF::Dictionary
- Object
- Object
- HexaPDF::Dictionary
- HexaPDF::DigitalSignature::Signature::TransformParams
- Defined in:
- lib/hexapdf/digital_signature/signature.rb
Overview
Represents a transform parameters dictionary.
The allowed fields depend on the transform method, so not all fields are available all the time.
See: PDF2.0 s12.8.2.2, s12.8.2.3, s12.8.2.4
Constant Summary
Constants included from HexaPDF::DictionaryFields
HexaPDF::DictionaryFields::Boolean, HexaPDF::DictionaryFields::PDFByteString, HexaPDF::DictionaryFields::PDFDate
Instance Attribute Summary
Attributes inherited from Object
#data, #document, #must_be_indirect
Method Summary
Methods inherited from HexaPDF::Dictionary
#[], #[]=, define_field, define_type, #delete, #each, each_field, #empty?, field, #key?, #to_hash, type, #type
Methods inherited from Object
#<=>, #==, #cache, #cached?, #clear_cache, deep_copy, #deep_copy, #document?, #eql?, field, #gen, #gen=, #hash, #indirect?, #initialize, #inspect, make_direct, #must_be_indirect?, #null?, #oid, #oid=, #type, #validate, #value, #value=
Constructor Details
This class inherits a constructor from HexaPDF::Object