method

create_ext_from_hash

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