Mixe for Privacy and Anonymity in the Internet
Classes | Macros
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
 

Macros

#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"
 

Macro Definition Documentation

◆ DSA_SHA1_REFERENCE

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

Definition at line 34 of file CASignature.hpp.

◆ ECDSA_SHA1_REFERENCE

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

Definition at line 36 of file CASignature.hpp.

◆ RSA_SHA1_REFERENCE

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

Definition at line 35 of file CASignature.hpp.

◆ SHA1_REFERENCE

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

Definition at line 33 of file CASignature.hpp.

◆ SIGKEY_PKCS12

#define SIGKEY_PKCS12   2

Definition at line 32 of file CASignature.hpp.

◆ SIGKEY_XML

#define SIGKEY_XML   1

Definition at line 31 of file CASignature.hpp.