rsa.to_pem => PEM-format String
rsa.to_pem(cipher, pass_phrase) => 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.
Please login to continue.