ECDSASignature

Class representing an ECDSA signature

Constructors

this
this()
Undocumented in source.
this
this(BigInt r, BigInt s)
Undocumented in source.
this
this(Vector!ubyte ber)
Undocumented in source.

Members

Functions

DER_encode
Vector!ubyte DER_encode()
Undocumented in source. Be warned that the author may not have intended to support it.
getConcatenation
const(Vector!ubyte) getConcatenation()

return the r||s

getR
const(BigInt) getR()
Undocumented in source. Be warned that the author may not have intended to support it.
getS
const(BigInt) getS()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(ECDSASignature rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(ECDSASignature other)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Meta