module RASN1 module Types # ASN.1 Visible String # @author Sylvain Daubert class VisibleString < IA5String TAG = 26 end end end