to_s

name.to_s => string
name.to_s(flags) => string
Instance Public methods

Returns this name as a Distinguished Name string. flags may be one of:

  • OpenSSL::X509::Name::COMPAT

  • OpenSSL::X509::Name::RFC2253

  • OpenSSL::X509::Name::ONELINE

  • OpenSSL::X509::Name::MULTILINE

doc_ruby_on_rails
2015-04-26 14:43:14
Comments
Leave a Comment

Please login to continue.