class OpenSSL::ASN1::EndOfContent
Public Class Methods
Source
# File ext/openssl/lib/openssl/asn1.rb, line 170
def initialize
super("", 0, :UNIVERSAL)
end Calls superclass method
OpenSSL::ASN1::ASN1Data::new
Ruby Core © 1993–2024 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.