Sha256: c64c03bee17a4b89e47333eb66881826847c75fe17bfae67608db91e6b948045
Contents?: true
Size: 273 Bytes
Versions: 10
Compression:
Stored size: 273 Bytes
Contents
# frozen_string_literal: true module RASN1 module Types # @abstract This class SHOULD be used as base class for all ASN.1 primitive # types. # @author Sylvain Daubert class Primitive < Base # Primitive value ASN1_PC = 0x00 end end end
Version data entries
10 entries across 10 versions & 1 rubygems