Method: EC::PrivateKey#to_base64

Defined in:
lib/elliptic/private_key.rb

#to_base64Object


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

def to_base64()  Base64.encode64( to_der ); end