Method: EC::PrivateKey#to_der

Defined in:
lib/elliptic/private_key.rb

#to_derObject

[View source]

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

def to_der()     @pkey.to_der; end