Method: Nanite::RsaKeyPair#data
- Defined in:
- lib/nanite/security/rsa_key_pair.rb
#data ⇒ Object Also known as: to_s
Key material in PEM format
28 29 30 |
# File 'lib/nanite/security/rsa_key_pair.rb', line 28 def data raw_key.to_pem end |