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