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

Public Member Functions

 DSA_PrivateKey (Source &)
void Initialize (Source &)
void Initialize (const Integer &p, const Integer &q, const Integer &g, const Integer &y, const Integer &x)
const IntegerGetPrivatePart () const
void SetPrivatePart (const Integer &)
- Public Member Functions inherited from TaoCrypt::DSA_PublicKey
 DSA_PublicKey (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)

Additional Inherited Members

- Protected Attributes inherited from TaoCrypt::DSA_PublicKey
Integer p_
Integer q_
Integer g_
Integer y_

Detailed Description

Definition at line 67 of file dsa.hpp.


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