|
Mixe for Privacy and Anonymity in the Internet
|
This is the complete list of members for CASignature, including all inherited members.
| CASignature() | CASignature | |
| CASSLContext class | CASignature | friend |
| clone() | CASignature | |
| decodeRS(const UINT8 *const in, const UINT32 inLen, DSA_SIG *pDsaSig) const | CASignature | |
| encodeRS(UINT8 *out, UINT32 *outLen, const DSA_SIG *const pdsaSig) const | CASignature | |
| generateSignKey(UINT32 size) | CASignature | |
| getDSA() | CASignature | inlineprivate |
| getRSA() | CASignature | inlineprivate |
| getSignatureMethod() | CASignature | |
| getSignatureSize() const | CASignature | |
| getSignKey(DOMElement *&node, XERCES_CPP_NAMESPACE::DOMDocument *doc) | CASignature | |
| getVerifyKey(CACertificate **) | CASignature | |
| getVerifyKeyHash(UINT8 *buff, UINT32 *len) | CASignature | |
| isDSA() const | CASignature | |
| isRSA() const | CASignature | |
| m_pDSA | CASignature | private |
| m_pRSA | CASignature | private |
| parseSignKeyXML(const UINT8 *buff, UINT32 len) | CASignature | private |
| setSignKey(const UINT8 *buff, UINT32 len, UINT32 type, const char *passwd=NULL) | CASignature | |
| setSignKey(const DOMNode *node, UINT32 type, const char *passwd=NULL) | CASignature | |
| setVerifyKey(CACertificate *pCert) | CASignature | |
| setVerifyKey(const DOMElement *xmlKey) | CASignature | |
| sign(const UINT8 *const in, UINT32 inlen, UINT8 *sig, UINT32 *siglen) const | CASignature | |
| sign(const UINT8 *const in, UINT32 inlen, DSA_SIG **dsaSig) const | CASignature | private |
| signRSA(const UINT8 *dgst, const UINT32 dgstLen, UINT8 *sig, UINT32 *sigLen) const | CASignature | private |
| verify(const UINT8 *const in, UINT32 inlen, DSA_SIG *const dsaSig) const | CASignature | |
| verify(UINT8 *in, UINT32 inLen, UINT8 *sig, const UINT32 sigLen) | CASignature | |
| verifyDER(UINT8 *in, UINT32 inlen, const UINT8 *dsaSig, const UINT32 sigLen) | CASignature | |
| verifyDSA(const UINT8 *dgst, const UINT32 dgstLen, UINT8 *sig, UINT32 sigLen) const | CASignature | private |
| verifyRSA(const UINT8 *dgst, const UINT32 dgstLen, UINT8 *sig, UINT32 sigLen) const | CASignature | private |
| verifyXML(DOMNode *node, CACertStore *pTrustedCerts=NULL) | CASignature | |
| ~CASignature() | CASignature |