Mixe for Privacy and Anonymity in the Internet
Classes | Defines
CASignature.hpp File Reference
#include "CACertStore.hpp"
Include dependency graph for CASignature.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CASignature

Defines

#define SIGKEY_XML   1
#define SIGKEY_PKCS12   2
#define SHA1_REFERENCE   "http://www.w3.org/2000/09/xmldsig#sha1"
#define DSA_SHA1_REFERENCE   "http://www.w3.org/2000/09/xmldsig#dsa-sha1"
#define RSA_SHA1_REFERENCE   "http://www.w3.org/2000/09/xmldsig#rsa-sha1"
#define ECDSA_SHA1_REFERENCE   "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"

Define Documentation

#define DSA_SHA1_REFERENCE   "http://www.w3.org/2000/09/xmldsig#dsa-sha1"

Definition at line 34 of file CASignature.hpp.

Referenced by CASignature::getSignatureMethod(), and CAMultiSignature::signXML().

#define ECDSA_SHA1_REFERENCE   "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"

Definition at line 36 of file CASignature.hpp.

Referenced by CASignature::getSignatureMethod(), and CAMultiSignature::signXML().

#define RSA_SHA1_REFERENCE   "http://www.w3.org/2000/09/xmldsig#rsa-sha1"

Definition at line 35 of file CASignature.hpp.

Referenced by CASignature::getSignatureMethod(), and CAMultiSignature::signXML().

#define SHA1_REFERENCE   "http://www.w3.org/2000/09/xmldsig#sha1"

Definition at line 33 of file CASignature.hpp.

Referenced by CAMultiSignature::signXML().

#define SIGKEY_PKCS12   2

Definition at line 32 of file CASignature.hpp.

Referenced by CACmdLnOptions::setOwnCertificate(), and CASignature::setSignKey().

#define SIGKEY_XML   1

Definition at line 31 of file CASignature.hpp.

Referenced by CASignature::setSignKey().