Class: RASN1::Types::SetOf
- Inherits:
-
SequenceOf
- Object
- Base
- Constructed
- SequenceOf
- RASN1::Types::SetOf
- Defined in:
- lib/rasn1/types/set_of.rb
Overview
ASN.1 SET OF
Constant Summary collapse
Constants inherited from Constructed
Constants inherited from Base
Base::CLASSES, Base::CLASS_MASK, Base::INDEFINITE_LENGTH, Base::MULTI_OCTETS_ID
Instance Attribute Summary
Attributes inherited from SequenceOf
Attributes inherited from Base
#asn1_class, #default, #name, #options
Class Method Summary collapse
-
.encoded_type ⇒ 'SET'
A SET OF is encoded as a SET.
Methods inherited from SequenceOf
#<<, #[], #der_to_value_with_tracing, #initialize, #initialize_copy, #inspect, #length, start_tracing, stop_tracing, #void_value
Methods inherited from Constructed
Methods inherited from Base
#==, #can_build?, constrained?, #constructed?, #do_parse_explicit_with_tracing, #do_parse_with_tracing, #explicit?, #id, #implicit?, #initialize, #initialize_copy, #inspect, #optional?, parse, #parse!, #primitive?, #specific_initializer, start_tracing, stop_tracing, #tagged?, #to_der, #trace, type, #type, #value, #value=, #value?, #value_size, #void_value
Constructor Details
This class inherits a constructor from RASN1::Types::SequenceOf
Class Method Details
.encoded_type ⇒ 'SET'
A SET OF is encoded as a SET.
13 14 15 |
# File 'lib/rasn1/types/set_of.rb', line 13 def self.encoded_type Set.encoded_type end |