export

rsa.to_pem => PEM-format String
rsa.to_pem(cipher, pass_phrase) => PEM-format String
Instance Public methods

Outputs this keypair in PEM encoding. If cipher and pass_phrase are given they will be used to encrypt the key. cipher must be an OpenSSL::Cipher::Cipher instance.

to_pem to_s

doc_ruby_on_rails
2015-04-25 22:32:59
Comments
Leave a Comment

Please login to continue.