Sha256: bdc80b3a0aec36bcc44dbcf3589b3737954f306d939d8c4482e0ce1b1d9f4820
Contents?: true
Size: 318 Bytes
Versions: 8
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module RASN1 module Types # ASN.1 Visible String # @author Sylvain Daubert class VisibleString < IA5String # VisibleString id value ID = 26 # Get ASN.1 type # @return [String] def self.type 'VisibleString' end end end end
Version data entries
8 entries across 8 versions & 1 rubygems