123456789_123456789_123456789_123456789_123456789_

Class: OpenSSL::ASN1::EndOfContent

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, ASN1Data
Instance Chain:
self, ASN1Data
Inherits: OpenSSL::ASN1::ASN1Data
Defined in: ext/openssl/lib/openssl/asn1.rb

Class Method Summary

ASN1Data - Inherited

.new

value: Please have a look at Constructive and Primitive to see how Ruby types are mapped to ASN.1 types and vice versa.

Instance Attribute Summary

ASN1Data - Inherited

#indefinite_length

Never nil.

#infinite_length
#tag

An Integer representing the tag number of this ASN1Data.

#tag_class

A Symbol representing the tag class of this ASN1Data.

#value

Carries the value of a ASN.1 type.

Instance Method Summary

ASN1Data - Inherited

#to_der

Encodes this ASN1Data into a DER-encoded String value.

Constructor Details

.newEndOfContent

[ GitHub ]

  
# File 'ext/openssl/lib/openssl/asn1.rb', line 170

def initialize
  super("", 0, :UNIVERSAL)
end