module OpenSSL::X509::Extension::SubjectKeyIdentifier
Public Instance Methods
() → String?
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/stdlib/openssl/0/openssl.rbs, line 11182
def subject_key_identifier: () -> String?
Get the subject’s key identifier from the subjectKeyIdentifier exteension, as described in RFC5280 Section 4.2.1.2.
Returns the binary String key identifier or nil or raises ASN1::ASN1Error.