- BER_decode
void BER_decode(Vector!ubyte ber_data)
Undocumented in source. Be warned that the author may not have intended to support it.
- DER_encode
Vector!ubyte DER_encode(ECGroupEncoding form)
Create the DER encoding of this domain
- PEM_encode
string PEM_encode()
Return the PEM encoding (always in explicit form)
- getBasePoint
const(PointGFp) getBasePoint()
Return domain parameter curve
- getCofactor
const(BigInt) getCofactor()
- getCurve
const(CurveGFp) getCurve()
Return domain parameter curve
- getOid
string getOid()
Return the OID of these domain parameters
- getOrder
const(BigInt) getOrder()
Return the order of the base point
- initialized
bool initialized()
Undocumented in source. Be warned that the author may not have intended to support it.
- opCmp
int opCmp(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(U other)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
- toVector
Vector!char toVector()
Undocumented in source. Be warned that the author may not have intended to support it.
Class representing an elliptic curve