export

dsa.to_pem([cipher, password]) รข aString
Instance Public methods

Encodes this DSA to its PEM encoding.

Parameters

  • cipher is an OpenSSL::Cipher.

  • password is a string containing your password.

Examples

DSA.to_pem -> aString
DSA.to_pem(cipher, 'mypassword') -> aString

to_pem to_s

doc_ruby_on_rails
2015-04-25 15:57:40
Comments
Leave a Comment

Please login to continue.