module OpenSSL::X509::Extension::Helpers

Public Instance Methods

find_extension(oid) Show source
# File ext/openssl/lib/openssl/x509.rb, line 69
def find_extension(oid)
  extensions.find { |e| e.oid == oid }
end

Ruby Core © 1993–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.