Class | OpenSSL::X509::Name |
In: |
openssl/lib/openssl/x509.rb
|
Parent: | Object |
parse_openssl | -> | parse |
# File openssl/lib/openssl/x509.rb, line 145 def parse_openssl(str, template=OBJECT_TYPE_TEMPLATE) ary = str.scan(/\s*([^\/,]+)\s*/).collect{|i| i[0].split("=", 2) } self.new(ary, template) end