Libraries
»
elliptic
(1.0.2)
»
Index
»
EC
»
PrivateKey
»
#to_base64
Method: EC::PrivateKey#to_base64
Defined in:
lib/elliptic/private_key.rb
#
to_base64
⇒
Object
62
# File 'lib/elliptic/private_key.rb', line 62
def
to_base64
(
)
Base64
.
encode64
(
to_der
)
;
end