method
create_ext_from_hash
v2_6_3 -
Show latest stable
- Class:
OpenSSL::X509::ExtensionFactory
create_ext_from_hash(hash)public
No documentation available.
# File ext/openssl/lib/openssl/x509.rb, line 38
def create_ext_from_hash(hash)
create_ext(hash["oid"], hash["value"], hash["critical"])
end