Sha256: 5ec6c5bf08084c72004a43bf3465263e4c877cefcd483123a946fdd55c6119d3
Contents?: true
Size: 296 Bytes
Versions: 4
Compression:
Stored size: 296 Bytes
Contents
module RASN1 module Types # @abstract This class SHOULD be used as base class for all ASN.1 primitive # types. # Base class for all ASN.1 constructed types # @author Sylvain Daubert class Constructed < Base # Constructed value ASN1_PC = 0x20 end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rasn1-0.3.1 | lib/rasn1/types/constructed.rb |
rasn1-0.3.0 | lib/rasn1/types/constructed.rb |
rasn1-0.2.0 | lib/rasn1/types/constructed.rb |
rasn1-0.1.0 | lib/rasn1/types/constructed.rb |