Class: RASN1::Types::VisibleString
- Inherits:
-
Object
- Object
- RASN1::Types::VisibleString
- Defined in:
- lib/rasn1/types/visible_string.rb
Overview
ASN.1 Visible String
VisibleString may only contain ASCII characters from range 32 to 126.
Constant Summary collapse
- ID =
VisibleString id value
26
Class Method Summary collapse
-
.type ⇒ String
Get ASN.1 type.
Class Method Details
.type ⇒ String
Get ASN.1 type
25 26 27 |
# File 'lib/rasn1/types/visible_string.rb', line 25 def self.type 'VisibleString' end |