Module: PKIFXSECCryptoHash
Definition in file PKIFXSECCryptoHash.cpp.
#include "PKIFXSECCryptoHash.h"
#include "PKIFXSECCryptoKeyHMAC.h"
#include <xsec/enc/XSCrypt/XSCryptCryptoBase64.hpp>
#include <xsec/enc/XSECCryptoException.hpp>
#include <xsec/enc/XSECCryptoUtils.hpp>
#include <xsec/framework/XSECError.hpp>
Go to the source code of this file.
Functions | |
PKIFCRYPTO::HASH_ALG | pkifHashAlgForHT (XSECCryptoHash::HashType ht) |
PKIFCRYPTO::HASH_ALG pkifHashAlgForHT | ( | XSECCryptoHash::HashType | ht | ) |
Interface: Module
convert an xmlsec hash type to the equivalent PKIF constant
ht | [in] xmlsec hash type |
Definition at line 55 of file PKIFXSECCryptoHash.cpp.
References PKIFCRYPTO::MD5, PKIFCRYPTO::SHA1, PKIFCRYPTO::SHA224, PKIFCRYPTO::SHA256, PKIFCRYPTO::SHA384, and PKIFCRYPTO::SHA512.
Referenced by PKIFXSECCryptoHash::hash().