Class: RASN1::Types::Utf8String
- Inherits:
-
OctetString
- Object
- Base
- Primitive
- OctetString
- RASN1::Types::Utf8String
- Defined in:
- lib/rasn1/types/utf8_string.rb
Overview
ASN.1 UTF8 String
Constant Summary collapse
- TAG =
Utf8String tag value
12
Constants inherited from Primitive
Constants inherited from Base
Base::CLASSES, Base::CLASS_MASK, Base::INDEFINITE_LENGTH, Base::MAX_TAG, Base::UNDUPPABLE_TYPES
Instance Attribute Summary
Attributes inherited from Base
#asn1_class, #default, #name, #value
Class Method Summary collapse
-
.type ⇒ String
Get ASN.1 type.
Methods inherited from OctetString
Methods inherited from Base
#==, #constructed?, encode_type, #explicit?, #implicit?, #initialize, #initialize_copy, #inspect, #optional?, parse, #parse!, #primitive?, #tag, #tagged?, #to_der, #type, #value_size
Constructor Details
This class inherits a constructor from RASN1::Types::Base
Class Method Details
.type ⇒ String
Get ASN.1 type
13 14 15 |
# File 'lib/rasn1/types/utf8_string.rb', line 13 def self.type 'UTF8String' end |