|
Mixes for Privacy and Anonymity in the Internet
|
CAXMLPriceCertificate uses an array of CAPriceInfo as a "poor man's hashtable" represents one PriceCertificate element as contained in a CC (Subjectkeyidentifier of a Mix plus either a PriceCert Hash (for pay Mixes) or null (for non-pay Mixes) ) More...
Public Member Functions | |
| CAPriceInfo (UINT8 *strMixId, UINT8 *strPriceCertHash, SINT32 a_postition) | |
| virtual | ~CAPriceInfo () |
| UINT8 * | getMixId () |
| UINT8 * | getPriceCertHash () |
| SINT32 | getPosition () |
Private Attributes | |
| UINT8 * | m_pStrMixId |
| UINT8 * | m_pStrPriceCertHash |
| SINT32 | m_postition |
CAXMLPriceCertificate uses an array of CAPriceInfo as a "poor man's hashtable" represents one PriceCertificate element as contained in a CC (Subjectkeyidentifier of a Mix plus either a PriceCert Hash (for pay Mixes) or null (for non-pay Mixes) )
| CAPriceInfo::CAPriceInfo | ( | UINT8 * | strMixId, |
| UINT8 * | strPriceCertHash, | ||
| SINT32 | a_postition | ||
| ) |
References m_postition, m_pStrMixId, and m_pStrPriceCertHash.
| CAPriceInfo::~CAPriceInfo | ( | ) | [virtual] |
References m_pStrMixId, and m_pStrPriceCertHash.
References m_pStrMixId.
Referenced by CAXMLCostConfirmation::getMixId().
References m_postition.
Referenced by CAXMLCostConfirmation::getPosition().
References m_pStrPriceCertHash.
Referenced by CAXMLCostConfirmation::getPriceCertHash().
SINT32 CAPriceInfo::m_postition [private] |
Referenced by CAPriceInfo(), and getPosition().
UINT8* CAPriceInfo::m_pStrMixId [private] |
Referenced by CAPriceInfo(), getMixId(), and ~CAPriceInfo().
UINT8* CAPriceInfo::m_pStrPriceCertHash [private] |
Referenced by CAPriceInfo(), getPriceCertHash(), and ~CAPriceInfo().
1.7.6.1