This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

export

        # OpenSSL::PKey::EC.export

(from ruby core)
### Implementation from EC
---
    key.export([cipher, pass_phrase]) => String
    key.to_pem([cipher, pass_phrase]) => String

---

Outputs the EC key in PEM encoding.  If *cipher* and *pass_phrase* are
given they will be used to encrypt the key.  *cipher* must be an
OpenSSL::Cipher instance. Note that encryption will only be effective
for a private key, public keys will always be encoded in plain text.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.