MbedTLS::PKey::EC class of PicoRuby
Singleton methods
generate
MbedTLS::PKey::EC.generate(?String curve) -> MbedTLS::PKey::EC
new
MbedTLS::PKey::EC.new(String key) -> MbedTLS::PKey::EC
Instance methods
free
instance.free() -> nil
private?
instance.private?() -> bool
public?
instance.public?() -> bool
public_key
instance.public_key() -> MbedTLS::PKey::PKeyBase
to_pem
instance.to_pem() -> String