MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TaoCrypt::DSA_PublicKey Class Reference
Inheritance diagram for TaoCrypt::DSA_PublicKey:
Collaboration diagram for TaoCrypt::DSA_PublicKey:

Public Member Functions

 DSA_PublicKey (Source &)
void Initialize (Source &)
void Initialize (const Integer &p, const Integer &q, const Integer &g, const Integer &y)
const IntegerGetModulus () const
const IntegerGetSubGroupOrder () const
const IntegerGetSubGroupGenerator () const
const IntegerGetPublicPart () 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_PublicKeyoperator= (const DSA_PublicKey &)
void Swap (DSA_PublicKey &other)

Protected Attributes

Integer p_
Integer q_
Integer g_
Integer y_

Detailed Description

Definition at line 33 of file dsa.hpp.


The documentation for this class was generated from the following files: