#include <xsec/framework/XSECDefs.hpp>
#include <xsec/enc/XSECCryptoHash.hpp>
#include <xsec/enc/XSECCryptoKeyHMAC.hpp>
#include <xsec/enc/XSECCryptoBase64.hpp>
#include <xsec/enc/XSECCryptoX509.hpp>
#include <xsec/enc/XSECCryptoKeyDSA.hpp>
#include <xsec/enc/XSECCryptoKeyRSA.hpp>
#include <xsec/enc/XSECCryptoSymmetricKey.hpp>
Include dependency graph for XSECCryptoProvider.hpp:
Go to the source code of this file.
Defines | |
#define | CRYPTO_MAX_HASH_SIZE 128 |
Maximum length (in bytes) of any expected Digest results. | |
#define | CRYPTO_OID_DSA "1.2.840.10040.4.1" |
OID For DSA. |
|
Maximum length (in bytes) of any expected Digest results. This constant defines the maximum length (in bytes) of HASH returns. We have defined it far and above the size we would normally expect.
|
|
OID For DSA.
|