class RASN1::Types::SetOf

ASN.1 SET OF @author Sylvain Daubert

Constants

ID

SetOf id value

Public Class Methods

encoded_type() click to toggle source

A SET OF is encoded as a SET. @return ['SET']

# File lib/rasn1/types/set_of.rb, line 13
def self.encoded_type
  Set.encoded_type
end