Sha256: bc6b3742b1cebb173d55718f1a4c9dd5e9d471a2d3d88783e0fd2b10a29b4bac

Contents?: true

Size: 259 Bytes

Versions: 8

Compression:

Stored size: 259 Bytes

Contents

module RASN1
  module Types

    # ASN.1 Visible String
    # @author Sylvain Daubert
    class VisibleString < IA5String
      TAG = 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

Version Path
rasn1-0.6.8 lib/rasn1/types/visible_string.rb
rasn1-0.6.7 lib/rasn1/types/visible_string.rb
rasn1-0.6.6 lib/rasn1/types/visible_string.rb
rasn1-0.6.5 lib/rasn1/types/visible_string.rb
rasn1-0.6.4 lib/rasn1/types/visible_string.rb
rasn1-0.6.3 lib/rasn1/types/visible_string.rb
rasn1-0.6.2 lib/rasn1/types/visible_string.rb
rasn1-0.6.1 lib/rasn1/types/visible_string.rb