class OpenSSL::X509::Attribute
Public Class Methods
Public Instance Methods
(self other) → bool
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.3/stdlib/openssl/0/openssl.rbs, line 10424
def ==: (self other) -> bool
(self) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.3/stdlib/openssl/0/openssl.rbs, line 10478
def initialize_copy: (self) -> void
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.3/stdlib/openssl/0/openssl.rbs, line 10433
def oid: () -> String
Returns the OID of the attribute. Returns the short name or the dotted decimal notation.
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.3/stdlib/openssl/0/openssl.rbs, line 10440
def oid=: (String) -> String
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.3/stdlib/openssl/0/openssl.rbs, line 10447
def to_der: () -> String
() → ASN1::Set
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.3/stdlib/openssl/0/openssl.rbs, line 10454
def value: () -> ASN1::Set
(ASN1::ASN1Data) → ASN1::Set
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.1.3/stdlib/openssl/0/openssl.rbs, line 10461
def value=: (ASN1::ASN1Data) -> ASN1::Set