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
1 2 | DSA .to_pem -> aString DSA .to_pem(cipher, 'mypassword' ) -> aString |
Please login to continue.