MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
DSA_PublicKey (Source &) | |
void | Initialize (Source &) |
void | Initialize (const Integer &p, const Integer &q, const Integer &g, const Integer &y) |
const Integer & | GetModulus () const |
const Integer & | GetSubGroupOrder () const |
const Integer & | GetSubGroupGenerator () const |
const Integer & | GetPublicPart () const |
void | SetModulus (const Integer &) |
void | SetSubGroupOrder (const Integer &) |
void | SetSubGroupGenerator (const Integer &) |
void | SetPublicPart (const Integer &) |
word32 | SignatureLength () const |
DSA_PublicKey (const DSA_PublicKey &) | |
DSA_PublicKey & | operator= (const DSA_PublicKey &) |
void | Swap (DSA_PublicKey &other) |
Protected Attributes | |
Integer | p_ |
Integer | q_ |
Integer | g_ |
Integer | y_ |