Class: RASN1::Types::IA5String
- Inherits:
-
OctetString
- Object
- Base
- Primitive
- OctetString
- RASN1::Types::IA5String
- Defined in:
- lib/rasn1/types/ia5string.rb
Overview
ASN.1 IA5 String
Direct Known Subclasses
Constant Summary collapse
- ID =
IA5String id value
22
Constants inherited from Primitive
Constants inherited from Base
Base::CLASSES, Base::CLASS_MASK, Base::INDEFINITE_LENGTH, Base::MULTI_OCTETS_ID
Instance Attribute Summary
Attributes inherited from Base
#asn1_class, #default, #name, #options
Class Method Summary collapse
-
.type ⇒ String
Get ASN.1 type.
Methods inherited from OctetString
Methods inherited from Base
#==, #can_build?, constrained?, #constructed?, #do_parse_explicit_with_tracing, #do_parse_with_tracing, encoded_type, #explicit?, #id, #implicit?, #initialize, #initialize_copy, #inspect, #optional?, parse, #parse!, #primitive?, #specific_initializer, start_tracing, stop_tracing, #tagged?, #to_der, #trace, #type, #value, #value=, #value?, #value_size, #void_value
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/ia5string.rb', line 13 def self.type 'IA5String' end |