class OpenSSL::ASN1::EndOfContent

公共类方法

new() 点击切换源代码
调用父类方法 OpenSSL::ASN1::ASN1Data::new
# File openssl/lib/openssl/asn1.rb, line 170
def initialize
  super("", 0, :UNIVERSAL)
end