module RASN1 module Types # ASN.1 SET OF # @author Sylvain Daubert class SetOf < SequenceOf TAG = Set::TAG end end end