Class: RASN1::Types::SetOf

Inherits:
SequenceOf show all
Defined in:
lib/rasn1/types/set_of.rb

Overview

ASN.1 SET OF

Author:

  • Sylvain Daubert

Constant Summary collapse

TAG =
Set::TAG

Constants inherited from Constructed

Constructed::ASN1_PC

Constants inherited from Base

Base::CLASSES, Base::INDEFINITE_LENGTH, Base::MAX_TAG

Instance Attribute Summary

Attributes inherited from SequenceOf

#of_type

Attributes inherited from Base

#asn1_class, #default, #name, #value

Class Method Summary collapse

Methods inherited from SequenceOf

#<<, #[], #initialize, #initialize_copy, #inspect, #length

Methods inherited from Constructed

#inspect

Methods inherited from Base

#==, #constructed?, encode_type, #explicit?, #implicit?, #initialize, #initialize_copy, #inspect, #optional?, parse, #parse!, #primitive?, #tag, #tagged?, #to_der, #type, type, #value_size

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.

Returns:

  • ('SET')


11
12
13
# File 'lib/rasn1/types/set_of.rb', line 11

def self.encoded_type
  Set.encoded_type
end