EllipticCurve

Undocumented in source.

Constructors

this
this(EccCurve curve)
Undocumented in source.
this
this(string privateKey, string password)
Undocumented in source.
this
this(string publicKey)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

derive
ubyte[] derive(string peerKey)
Undocumented in source. Be warned that the author may not have intended to support it.
getPrivateKey
string getPrivateKey(string password, bool use3Des)
Undocumented in source. Be warned that the author may not have intended to support it.
getPublicKey
string getPublicKey()
Undocumented in source. Be warned that the author may not have intended to support it.
sign
ubyte[] sign(ubyte[] data, bool useSha256)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
bool verify(ubyte[] data, ubyte[] signature, bool useSha256)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

hasPrivateKey
bool hasPrivateKey [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta