Module: CPKIFCertStatusCache
Definition in file CertStatusCache.cpp.
#include "pkif.h"
#include "CertStatusCache.h"
#include "PKIFCryptUtils.h"
#include "RevocationSource.h"
#include "PKIFErrors.h"
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
#include <boost/numeric/conversion/cast.hpp>
Go to the source code of this file.
Functions | |
CPKIFBufferPtr | GetThumbprintForSubjectAndIssuerPair (const CPKIFCertificatePtr &target, const CPKIFCertificatePtr &issuer) |
CPKIFBufferPtr GetThumbprintForSubjectAndIssuerPair | ( | const CPKIFCertificatePtr & | target, | |
const CPKIFCertificatePtr & | issuer | |||
) |
Interface: Subsystem
This function calculates a thumbprint for subject and issuer pait
target | [in] Target certificate |
issuer | [in] Issuer certificate |
Definition at line 391 of file CertStatusCache.cpp.
References btoa(), GetPlatformCryptoMisc(), IPKIFCryptoMisc::HashFinal(), IPKIFCryptoMisc::HashInit(), IPKIFCryptoMisc::HashUpdate(), and PKIFCRYPTO::SHA1.