Libraries
»
elliptic
(1.0.2)
»
Index
»
EC
»
PrivateKey
»
#to_pem
Method: EC::PrivateKey#to_pem
Defined in:
lib/elliptic/private_key.rb
#
to_pem
⇒
Object
60
# File 'lib/elliptic/private_key.rb', line 60
def
to_pem
(
)
@pkey
.
to_pem
;
end