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