Method: EC::PrivateKey.decode_pem

Defined in:
lib/elliptic/private_key.rb

.decode_pem(str) ⇒ Object Also known as: from_pem



13
# File 'lib/elliptic/private_key.rb', line 13

def self.decode_pem( str ) new( str ); end