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
- .new ⇒ EndOfContent constructor
ASN1Data - Inherited
| .new | value: Please have a look at |
Instance Attribute Summary
ASN1Data - Inherited
| #indefinite_length | Never |
| #infinite_length | Alias for ASN1Data#indefinite_length. |
| #tag | An Integer representing the tag number of this |
| #tag_class | A Symbol representing the tag class of this |
| #value | Carries the value of a |
Instance Method Summary
Constructor Details
.new ⇒ EndOfContent
# File 'ext/openssl/lib/openssl/asn1.rb', line 170
def initialize super("", 0, :UNIVERSAL) end