Module: Miscellaneous
Definition in file components.h.
Go to the source code of this file.
Defines | |
#define | TOOLKIT_SUBCOMPONENT_MULTIPLIER 25 |
#define | TOOLKIT_ERROR_MULTIPLIER 500 |
#define | TOOLKIT_ERROR_EXTENSIONS 100 |
#define | TOOLKIT_ASN 1 |
#define | TOOLKIT_CACHE 2 |
#define | TOOLKIT_CRYPTO 3 |
#define | TOOLKIT_MESSAGE 4 |
#define | TOOLKIT_OCSP 5 |
#define | TOOLKIT_PATH 6 |
#define | TOOLKIT_TAP 7 |
#define | TOOLKIT_TSP 8 |
#define | TOOLKIT_UTILS 9 |
#define | TOOLKIT_APP 10 |
#define | TOOLKIT_SCVP 11 |
#define | TOOLKIT_ASN_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_ASN |
#define | TOOLKIT_SR_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_CACHE |
#define | TOOLKIT_CRYPTO_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_CRYPTO |
#define | TOOLKIT_MESSAGE_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_MESSAGE |
#define | TOOLKIT_OCSP_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_OCSP |
#define | TOOLKIT_PATH_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_PATH |
#define | TOOLKIT_TAP_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_TAP |
#define | TOOLKIT_TSP_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_TSP |
#define | TOOLKIT_UTILS_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_UTILS |
#define | TOOLKIT_APP_DEFINED_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_APP |
#define | TOOLKIT_SCVP_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_SCVP |
#define | TOOLKIT_ASN_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_ASN |
#define | TOOLKIT_SR_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_CACHE |
#define | TOOLKIT_CRYPTO_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_CRYPTO |
#define | TOOLKIT_MESSAGE_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_MESSAGE |
#define | TOOLKIT_OCSP_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_OCSP |
#define | TOOLKIT_PATH_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_PATH |
#define | TOOLKIT_TAP_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_TAP |
#define | TOOLKIT_TSP_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_TSP |
#define | TOOLKIT_UTILS_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_UTILS |
#define | TOOLKIT_APP_DEFINED_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_APP |
#define | TOOLKIT_SCVP_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_SCVP |
#define | TOOLKIT_EXTENSION_MEDIATOR TOOLKIT_ASN_SUBCOMPONENT + 1 |
#define | TOOLKIT_X509_ASN TOOLKIT_ASN_SUBCOMPONENT + 2 |
#define | TOOLKIT_SR_MEDIATOR TOOLKIT_SR_SUBCOMPONENT + 1 |
#define | TOOLKIT_SR_CAPICERTUPDATE TOOLKIT_SR_SUBCOMPONENT + 2 |
#define | TOOLKIT_SR_CAPICRLUPDATE TOOLKIT_SR_SUBCOMPONENT + 3 |
#define | TOOLKIT_SR_CAPIREPOSITORY TOOLKIT_SR_SUBCOMPONENT + 4 |
#define | TOOLKIT_SR_CAPITRUSTROOTCRLSTORE TOOLKIT_SR_SUBCOMPONENT + 5 |
#define | TOOLKIT_SR_CAPITRUSTSTORE TOOLKIT_SR_SUBCOMPONENT + 6 |
#define | TOOLKIT_SR_CAPIUSERREPOSITORY TOOLKIT_SR_SUBCOMPONENT + 7 |
#define | TOOLKIT_SR_LDAPREPOSITORY TOOLKIT_SR_SUBCOMPONENT + 8 |
#define | TOOLKIT_SR_SIMPLECERTCACHE TOOLKIT_SR_SUBCOMPONENT + 9 |
#define | TOOLKIT_SR_SIMPLECRLCACHE TOOLKIT_SR_SUBCOMPONENT + 10 |
#define | TOOLKIT_SR_SIMPLEROOTSTORE TOOLKIT_SR_SUBCOMPONENT + 11 |
#define | TOOLKIT_SR_MISC TOOLKIT_SR_SUBCOMPONENT + 12 |
#define | TOOLKIT_SR_NSSTRUSTSTORE TOOLKIT_SR_SUBCOMPONENT + 13 |
#define | TOOLKIT_SR_NSSTRUSTROOTCRLSTORE TOOLKIT_SR_SUBCOMPONENT + 14 |
#define | TOOLKIT_SR_NSSCRLUPDATE TOOLKIT_SR_SUBCOMPONENT + 15 |
#define | TOOLKIT_SR_NSSCERTUPDATE TOOLKIT_SR_SUBCOMPONENT + 16 |
#define | TOOLKIT_SR_NSSREPOSITORY TOOLKIT_SR_SUBCOMPONENT + 17 |
#define | TOOLKIT_CRYPTO_MEDIATOR TOOLKIT_CRYPTO_SUBCOMPONENT + 1 |
#define | TOOLKIT_CRYPTO_CAPICRED TOOLKIT_CRYPTO_SUBCOMPONENT + 2 |
#define | TOOLKIT_CRYPTO_CAPI TOOLKIT_CRYPTO_SUBCOMPONENT + 3 |
#define | TOOLKIT_CRYPTO_CAPIRAW TOOLKIT_CRYPTO_SUBCOMPONENT + 4 |
#define | TOOLKIT_CRYPTO_KEYMATERIAL TOOLKIT_CRYPTO_SUBCOMPONENT + 5 |
#define | TOOLKIT_CRYPTO_MISC TOOLKIT_CRYPTO_SUBCOMPONENT + 6 |
#define | TOOLKIT_CRYPTO_NSS TOOLKIT_CRYPTO_SUBCOMPONENT + 7 |
#define | TOOLKIT_CRYPTO_NSSRAW TOOLKIT_CRYPTO_SUBCOMPONENT + 8 |
#define | TOOLKIT_CRYPTO_NSSCRED TOOLKIT_CRYPTO_SUBCOMPONENT + 9 |
#define | TOOLKIT_CRYPTO_CRYPTOPP TOOLKIT_CRYPTO_SUBCOMPONENT + 10 |
#define | TOOLKIT_CRYPTO_CRYPTOPPRAW TOOLKIT_CRYPTO_SUBCOMPONENT + 11 |
#define | TOOLKIT_CRYPTO_CRYPTOPPCRED TOOLKIT_CRYPTO_SUBCOMPONENT + 12 |
#define | TOOLKIT_MESSAGE_SIGNED_DATA TOOLKIT_MESSAGE_SUBCOMPONENT + 1 |
#define | TOOLKIT_MESSAGE_ATTR_MEDIATOR TOOLKIT_MESSAGE_SUBCOMPONENT + 2 |
#define | TOOLKIT_MESSAGE_ASN TOOLKIT_MESSAGE_SUBCOMPONENT + 3 |
#define | TOOLKIT_MESSAGE_PARALLEL_HASH TOOLKIT_MESSAGE_SUBCOMPONENT + 4 |
#define | TOOLKIT_MESSAGE_ENVELOPED_DATA TOOLKIT_MESSAGE_SUBCOMPONENT + 5 |
#define | TOOLKIT_MESSAGE_CONTENT_INFO TOOLKIT_MESSAGE_SUBCOMPONENT + 6 |
#define | TOOLKIT_PATH_MEDIATOR TOOLKIT_PATH_SUBCOMPONENT + 1 |
#define | TOOLKIT_PATH_REV_STATUS_MEDIATOR TOOLKIT_PATH_SUBCOMPONENT + 2 |
#define | TOOLKIT_PATH_CRL_CHECKER TOOLKIT_PATH_SUBCOMPONENT + 3 |
#define | TOOLKIT_PATH_BASIC_CHECKS TOOLKIT_PATH_SUBCOMPONENT + 4 |
#define | TOOLKIT_PATH_BUILDER TOOLKIT_PATH_SUBCOMPONENT + 5 |
#define | TOOLKIT_PATH_VALIDATOR TOOLKIT_PATH_SUBCOMPONENT + 6 |
#define | TOOLKIT_PATH_MISC TOOLKIT_PATH_SUBCOMPONENT + 7 |
#define | TOOLKIT_PKIF_DLL TOOLKIT_UTILS_SUBCOMPONENT + 1 |
#define | TOOLKIT_OCSP_ASN TOOLKIT_OCSP_SUBCOMPONENT + 1 |
#define | TOOLKIT_OCSP_CHECKER TOOLKIT_OCSP_SUBCOMPONENT + 2 |
#define | TOOLKIT_TAP_ASN TOOLKIT_TAP_SUBCOMPONENT + 1 |
#define | TOOLKIT_TSP_ASN TOOLKIT_TSP_SUBCOMPONENT + 1 |
#define | TOOLKIT_TSP_TIMESTAMP_VERIFIER TOOLKIT_TSP_SUBCOMPONENT + 2 |
#define | TOOLKIT_SCVP_ASN TOOLKIT_SCVP_SUBCOMPONENT + 1 |
#define | TOOLKIT_SCVP_PATH_BUILDER TOOLKIT_SCVP_SUBCOMPONENT + 2 |
#define | TOOLKIT_SCVP_PATH_VALIDATOR TOOLKIT_SCVP_SUBCOMPONENT + 3 |
#define | TOOLKIT_SCVP_PATH_PROCESSOR TOOLKIT_SCVP_SUBCOMPONENT + 4 |
#define | REVSOURCE_UNKNOWN 0 |
#define | REVSOURCE_CRL 1 |
#define | REVSOURCE_OCSP 2 |
#define REVSOURCE_CRL 1 |
Definition at line 141 of file components.h.
Referenced by AssociateRevInfoWithCertStatusIfPossible(), CPKIFPathLogger::LogPath(), PathDumpDialog::SaveRIToDisk(), and CPKIFTimestampVerifier::Verify().
#define REVSOURCE_OCSP 2 |
Definition at line 142 of file components.h.
Referenced by AssociateRevInfoWithCertStatusIfPossible(), CPKIFPathLogger::LogPath(), CPKIFOCSPChecker::ProcessOfflineResponse(), PathDumpDialog::SaveRIToDisk(), and CPKIFTimestampVerifier::Verify().
#define REVSOURCE_UNKNOWN 0 |
Definition at line 140 of file components.h.
#define TOOLKIT_APP 10 |
#define TOOLKIT_APP_DEFINED_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_APP |
Definition at line 43 of file components.h.
#define TOOLKIT_APP_DEFINED_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_APP |
Definition at line 59 of file components.h.
#define TOOLKIT_ASN 1 |
Definition at line 20 of file components.h.
Referenced by CPKIFOID::CPKIFOID(), CPKIFPeriod::CPKIFPeriod(), CPKIFASNWrapper< T >::Decode(), CPKIFASNWrapper< T >::Encode(), CPKIFPeriod::end(), fromGenTime(), fromUtcTime(), IPKIFHasExtensions::GetExtension(), CPKIFName::GetRDNs(), CPKIFGeneralSubtree::IsInSubtree(), CPKIFSubjectPublicKeyInfo::numBits(), CPKIFTime::operator+(), CPKIFTime::operator+=(), CPKIFTime::operator-(), CPKIFTime::operator-=(), CPKIFTime::set(), CPKIFPeriod::start(), CPKIFOID::ToString(), CPKIFName::ToString(), CPKIFCRL::Version(), CPKIFCapiCRL::Version(), and CPKIFCertificate::Version().
#define TOOLKIT_ASN_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_ASN |
Definition at line 34 of file components.h.
#define TOOLKIT_ASN_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_ASN |
#define TOOLKIT_CACHE 2 |
Definition at line 21 of file components.h.
Referenced by GetCertfromLDAPURL(), CPKIFLDAPRepository::GetCertificates(), GetLdapUri(), GetLdapUriMultiAttr(), SimpleCRLCache::size(), and SimpleCertCache::size().
#define TOOLKIT_CRYPTO 3 |
Definition at line 22 of file components.h.
Referenced by _CNGVerify(), _MakeCredentialFromP8File(), _Verify(), CreateHashObjectFromData(), CPKIFKeyMaterial::CreateWithSymmetricKey(), CPKIFCNGCAPIRaw::CryptInit(), CPKIFCNGCAPI::Decrypt(), CPKIFCryptoPP::DeriveKey(), DeriveKeyFromSecret(), CPKIFKeyMaterial::GetCertificate(), GetCNGHashAlg(), GetCNGSymAlgorithm(), GetHashAlg(), CPKIFKeyMaterial::GetIV(), GetSymAlgorithm(), CPKIFKeyMaterial::GetSymmetricKey(), GetTBSCertSequence(), CPKIFCNGCAPIRaw::HashFinal(), CPKIFCNGCAPIRaw::HashInit(), CPKIFCNGCAPIRaw::HashUpdate(), CPKIFCNGCAPIRaw::HMACFinal(), CPKIFCNGCAPIRaw::HMACInit(), CPKIFCNGCAPIRaw::HMACUpdate(), CPKIFBCryptPublicKey::Initialize(), CPKIFNSS::MakeKeyID(), CPKIFCNGCAPI::MakeKeyID(), CPKIFCAPI2::MakeKeyID(), CPKIFKeyMaterial::SetCertificate(), CPKIFKeyMaterial::SetIV(), CPKIFKeyMaterial::SetSymmetricKey(), and CPKIFCNGCAPI::Sign().
#define TOOLKIT_CRYPTO_CAPI TOOLKIT_CRYPTO_SUBCOMPONENT + 3 |
Definition at line 91 of file components.h.
Referenced by CPKIFCAPI2::CPKIFCAPI2(), CPKIFCNGCAPI::CPKIFCNGCAPI(), CPKIFCNGCAPI::CryptInit(), CPKIFCAPI2::CryptInit(), CPKIFCNGCAPI::Decrypt(), CPKIFCAPI2::Decrypt(), CPKIFCNGCAPI::Encrypt(), CPKIFCAPI2::Encrypt(), CPKIFCNGCAPI::GetKeyList(), CPKIFCAPI2::GetKeyList(), GetObjectDesc(), CPKIFCNGCAPI::Initialize(), CPKIFCAPI2::Initialize(), CPKIFCNGCAPI::MakeKeyID(), CPKIFCAPI2::MakeKeyID(), CPKIFCNGCAPI::OwnsKey(), CPKIFCAPI2::OwnsKey(), CPKIFCNGCAPI::SecretAgree(), CPKIFCNGCAPI::Sign(), CPKIFCAPI2::Sign(), CPKIFCNGCAPI::Verify(), CPKIFCAPI2::Verify(), CPKIFCAPI2::~CPKIFCAPI2(), and CPKIFCNGCAPI::~CPKIFCNGCAPI().
#define TOOLKIT_CRYPTO_CAPICRED TOOLKIT_CRYPTO_SUBCOMPONENT + 2 |
Definition at line 90 of file components.h.
Referenced by CPKIFCAPICredential2::GetCertificate(), GetObjectDesc(), CPKIFCAPICredential2::ProviderInfoMatches(), CPKIFCAPICredential2::SetPassword(), and CPKIFCAPICredential2::~CPKIFCAPICredential2().
#define TOOLKIT_CRYPTO_CAPIRAW TOOLKIT_CRYPTO_SUBCOMPONENT + 4 |
Definition at line 92 of file components.h.
Referenced by _CNGVerify(), _Verify(), CPKIFCAPIRaw::CPKIFCAPIRaw(), CPKIFCNGCAPIRaw::CPKIFCNGCAPIRaw(), CreateHashObjectFromData(), CPKIFCNGCAPIRaw::CryptInit(), CPKIFCAPIRaw::CryptInit(), CPKIFCNGCAPIRaw::GenRandom(), CPKIFCAPIRaw::GenRandom(), GetObjectDesc(), GetProvType(), CPKIFCNGCAPIRaw::HashFinal(), CPKIFCAPIRaw::HashFinal(), CPKIFCNGCAPIRaw::HashInit(), CPKIFCAPIRaw::HashInit(), CPKIFCNGCAPIRaw::HashUpdate(), CPKIFCAPIRaw::HashUpdate(), CPKIFCNGCAPIRaw::Initialize(), CPKIFBCryptPublicKey::Initialize(), CPKIFCAPIRaw::Initialize(), CPKIFCNGCAPIRaw::Sign(), CPKIFCAPIRaw::Sign(), CPKIFCNGCAPIRaw::SupportsAlgorithm(), CPKIFCAPIRaw::SupportsAlgorithm(), CPKIFCNGCAPIRaw::VerifyCertificate(), CPKIFCAPIRaw::VerifyCertificate(), CPKIFCAPIRaw::~CPKIFCAPIRaw(), and CPKIFCNGCAPIRaw::~CPKIFCNGCAPIRaw().
#define TOOLKIT_CRYPTO_CRYPTOPP TOOLKIT_CRYPTO_SUBCOMPONENT + 10 |
Definition at line 98 of file components.h.
Referenced by CPKIFCryptoPP::CPKIFCryptoPP(), CPKIFCryptoPP::Decrypt(), GetEncodedPublicKey(), CPKIFCryptoPP::GetKeyList(), CPKIFCryptoPP::Initialize(), CPKIFCryptoPP::MakeKeyID(), CPKIFCryptoPP::OwnsKey(), CPKIFCryptoPP::Sign(), and CPKIFCryptoPP::~CPKIFCryptoPP().
#define TOOLKIT_CRYPTO_CRYPTOPPCRED TOOLKIT_CRYPTO_SUBCOMPONENT + 12 |
Definition at line 100 of file components.h.
Referenced by CPKIFCryptoPPCredential::CPKIFCryptoPPCredential(), CPKIFCryptoPPCredential::GetCertificate(), CPKIFCryptoPPCredential::GetPublicKey(), CPKIFCryptoPPCredential::SetCertificate(), CPKIFCryptoPPCredential::SetPassword(), and CPKIFCryptoPPCredential::~CPKIFCryptoPPCredential().
#define TOOLKIT_CRYPTO_CRYPTOPPRAW TOOLKIT_CRYPTO_SUBCOMPONENT + 11 |
Definition at line 99 of file components.h.
Referenced by CPKIFCryptoPPRaw::CPKIFCryptoPPRaw(), CPKIFCryptoPPRaw::CryptFunc(), CPKIFCryptoPPRaw::CryptInit(), CPKIFCryptoPPRaw::GenRandom(), CPKIFCryptoPPRaw::HashFinal(), CPKIFCryptoPPRaw::HashInit(), CPKIFCryptoPPRaw::HashUpdate(), CPKIFCryptoPPRaw::HMACFinal(), CPKIFCryptoPPRaw::HMACInit(), CPKIFCryptoPPRaw::HMACUpdate(), CPKIFCryptoPPRaw::Initialize(), CPKIFCryptoPPKeyMaterial::InitWithKeyMaterial(), CPKIFCryptoPPKeyMaterial::SetRawSPKI(), CPKIFCryptoPPRaw::Sign(), CPKIFCryptoPPRaw::SupportsAlgorithm(), CPKIFCryptoPPRaw::VerifyCertificate(), VerifyCertificateWithCryptoPP(), and CPKIFCryptoPPRaw::~CPKIFCryptoPPRaw().
#define TOOLKIT_CRYPTO_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_CRYPTO |
Definition at line 36 of file components.h.
#define TOOLKIT_CRYPTO_KEYMATERIAL TOOLKIT_CRYPTO_SUBCOMPONENT + 5 |
Definition at line 93 of file components.h.
Referenced by CPKIFKeyMaterial::CPKIFKeyMaterial(), CPKIFKeyMaterial::GetCertificate(), CPKIFKeyMaterial::GetIV(), GetObjectDesc(), CPKIFKeyMaterial::GetSymmetricKey(), CPKIFKeyMaterial::SetCertificate(), CPKIFKeyMaterial::SetIV(), CPKIFKeyMaterial::SetSymmetricKey(), and CPKIFKeyMaterial::~CPKIFKeyMaterial().
#define TOOLKIT_CRYPTO_MEDIATOR TOOLKIT_CRYPTO_SUBCOMPONENT + 1 |
Definition at line 89 of file components.h.
Referenced by CPKIFCryptoMediator2::AddColleague(), CPKIFCryptoMediator2::CPKIFCryptoMediator2(), CPKIFCryptoMediator2::CryptInit(), CPKIFCryptoMediator2::Decrypt(), CPKIFCryptoMediator2::Encrypt(), CPKIFCryptoMediator2::GenRandom(), CPKIFCryptoMediator2::GetDefaultKey(), CPKIFCryptoMediator2::GetKeyList(), GetObjectDesc(), CPKIFCryptoMediator2::HashFinal(), CPKIFCryptoMediator2::HashInit(), CPKIFCryptoMediator2::HashUpdate(), CPKIFCryptoMediator2::HMACFinal(), CPKIFCryptoMediator2::HMACInit(), CPKIFCryptoMediator2::HMACUpdate(), CPKIFCryptoMediator2::InitializeMediator(), CPKIFCryptoMediator2::SecretAgree(), CPKIFCryptoMediator2::SetDefaultKey(), CPKIFCryptoMediator2::Sign(), CPKIFCryptoMediator2::SupportsAlgorithm(), CPKIFCryptoMediator2::Terminate(), CPKIFCryptoMediator2::Verify(), CPKIFCryptoMediator2::VerifyCertificate(), and CPKIFCryptoMediator2::~CPKIFCryptoMediator2().
#define TOOLKIT_CRYPTO_MISC TOOLKIT_CRYPTO_SUBCOMPONENT + 6 |
Definition at line 94 of file components.h.
Referenced by CPKIFSignedData::AddCertificate(), CPKIFSignedData::AddCRL(), CPKIFEnvelopedData::AddOriginatorCertificate(), CPKIFEnvelopedData::AddOriginatorCRL(), CPKIFEnvelopedData::AddRecipient(), CPKIFSignedData::AddSignerInfo(), CPKIFEnvelopedData::AddUnprotectedAttribute(), CPKIFEncryptedData::AddUnprotectedAttribute(), CPKIFSignedData::ClearContent(), CPKIFEnvelopedData::ClearContent(), CPKIFEncryptedData::ClearContent(), CPKIFCredential::CPKIFCredential(), CPKIFEncryptedData::CPKIFEncryptedData(), CPKIFEnvelopedData::CPKIFEnvelopedData(), CPKIFKEKRecipInfoDetails::CPKIFKEKRecipInfoDetails(), CPKIFParallelHash::CPKIFParallelHash(), CPKIFSignedData::CPKIFSignedData(), CPKIFSignedData::Decode(), CPKIFEnvelopedData::Decode(), CPKIFEncryptedData::Decode(), CPKIFEnvelopedData::Decrypt(), CPKIFEncryptedData::Decrypt(), CPKIFSignedData::Encode(), CPKIFEnvelopedData::Encode(), CPKIFEncryptedData::Encode(), CPKIFParallelHash::FinalizeHashes(), CPKIFParallelHash::FreeHashVector(), CPKIFCMSAttributeMediator2::getAttribute(), CPKIFSignedData::GetCertificates(), CPKIFSignedData::GetCRLs(), CPKIFSignedData::GetEncapsulatedContent(), CPKIFParallelHash::GetHashInfo(), CPKIFSignedData::GetNumberOfSigners(), GetObjectDesc(), CPKIFEnvelopedData::GetOriginatorCertificates(), CPKIFEnvelopedData::GetOriginatorCRLs(), CPKIFCredential::GetPublicKey(), CPKIFEnvelopedData::GetRecipientInfos(), CPKIFSignedData::GetSignerInfos(), CPKIFSignedData::GetSignersCert(), CPKIFSignedData::GetSignersInfo(), CPKIFEnvelopedData::GetUnprotectedAttributes(), CPKIFEncryptedData::GetUnprotectedAttributes(), CPKIFCredential::ID(), CPKIFCMSAttributeMediator2::Initialize(), CPKIFCredential::Name(), CPKIFEnvelopedData::SetDataToEncrypt(), CPKIFEncryptedData::SetDataToEncrypt(), CPKIFParallelHash::SetDigestAlgs(), CPKIFSignedData::SetEncapsulatedContent(), UnwrapSymmKey(), CPKIFSignedData::UpdateMessage(), CPKIFParallelHash::UpdateMessage(), WrapSymmKey(), CPKIFCAPICryptContext2::~CPKIFCAPICryptContext2(), CPKIFCAPIHashContext::~CPKIFCAPIHashContext(), CPKIFCAPIRawCryptContext::~CPKIFCAPIRawCryptContext(), CPKIFCMSAttributeMediator2::~CPKIFCMSAttributeMediator2(), CPKIFCredential::~CPKIFCredential(), CPKIFEncryptedData::~CPKIFEncryptedData(), CPKIFEnvelopedData::~CPKIFEnvelopedData(), CPKIFNSSAesKeyWrapCryptContext::~CPKIFNSSAesKeyWrapCryptContext(), CPKIFNSSHashContext::~CPKIFNSSHashContext(), CPKIFNSSRawCryptContext::~CPKIFNSSRawCryptContext(), CPKIFParallelHash::~CPKIFParallelHash(), and CPKIFSignedData::~CPKIFSignedData().
#define TOOLKIT_CRYPTO_NSS TOOLKIT_CRYPTO_SUBCOMPONENT + 7 |
Definition at line 95 of file components.h.
Referenced by CPKIFNSS::CPKIFNSS(), CPKIFNSS::Decrypt(), CPKIFNSS::GetKeyList(), CPKIFNSS::Initialize(), CPKIFNSS::MakeKeyID(), CPKIFNSS::OwnsKey(), CPKIFNSS::Sign(), and CPKIFNSS::~CPKIFNSS().
#define TOOLKIT_CRYPTO_NSSCRED TOOLKIT_CRYPTO_SUBCOMPONENT + 9 |
Definition at line 97 of file components.h.
Referenced by CPKIFNSSCredential::CPKIFNSSCredential(), CPKIFNSSCredential::GetCertificate(), CPKIFNSSCredential::SetPassword(), and CPKIFNSSCredential::~CPKIFNSSCredential().
#define TOOLKIT_CRYPTO_NSSRAW TOOLKIT_CRYPTO_SUBCOMPONENT + 8 |
Definition at line 96 of file components.h.
Referenced by CPKIFNSSAesKeyWrap::CPKIFNSSAesKeyWrap(), CPKIFNSSRaw::CPKIFNSSRaw(), CPKIFNSSRaw::CryptFunc(), CPKIFNSSRaw::CryptInit(), CPKIFNSSAesKeyWrap::CryptInit(), CPKIFNSSAesKeyWrap::Decrypt(), CPKIFNSSAesKeyWrap::Encrypt(), CPKIFNSSRaw::GenRandom(), CPKIFNSSRaw::HashFinal(), CPKIFNSSRaw::HashInit(), CPKIFNSSRaw::HashUpdate(), CPKIFNSSRaw::HMACFinal(), CPKIFNSSAesKeyWrap::HMACFinal(), CPKIFNSSRaw::HMACInit(), CPKIFNSSAesKeyWrap::HMACInit(), CPKIFNSSRaw::HMACUpdate(), CPKIFNSSAesKeyWrap::HMACUpdate(), CPKIFNSSRaw::Initialize(), CPKIFNSSAesKeyWrap::Initialize(), CPKIFNSSRaw::Sign(), CPKIFNSSAesKeyWrap::Sign(), CPKIFNSSRaw::SupportsAlgorithm(), CPKIFNSSAesKeyWrap::SupportsAlgorithm(), CPKIFNSSAesKeyWrap::Verify(), CPKIFNSSRaw::VerifyCertificate(), CPKIFNSSAesKeyWrap::VerifyCertificate(), CPKIFNSSAesKeyWrap::~CPKIFNSSAesKeyWrap(), and CPKIFNSSRaw::~CPKIFNSSRaw().
#define TOOLKIT_CRYPTO_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_CRYPTO |
Definition at line 52 of file components.h.
#define TOOLKIT_ERROR_EXTENSIONS 100 |
Definition at line 15 of file components.h.
#define TOOLKIT_ERROR_MULTIPLIER 500 |
Definition at line 14 of file components.h.
#define TOOLKIT_EXTENSION_MEDIATOR TOOLKIT_ASN_SUBCOMPONENT + 1 |
#define TOOLKIT_MESSAGE 4 |
Definition at line 23 of file components.h.
Referenced by CPKIFContentWithAttributes::AddAttribute(), CPKIFSignerInfo::AddSignedAttribute(), CPKIFSignerInfo::AddUnsignedAttribute(), CPKIFAttribute::AddValue(), Countersign(), GetSignerInfo(), CPKIFMessageDigestAttribute::GetValues(), CPKIFContentTypeAttribute::GetValues(), CPKIFEncryptedContentInfo::SetAlgorithmIdentifier(), CPKIFEncryptedContentInfo::SetContent(), CPKIFEncapsulatedContentInfo::SetContent(), CPKIFContentTypeAttribute::SetContentType(), CPKIFSignerInfo::SetDigestAlg(), CPKIFSignerInfo::SetIssuerAndSerialNumber(), CPKIFMessageDigestAttribute::SetMessageDigest(), CPKIFIssuerAndSerialNumber::SetName(), CPKIFEncryptedContentInfo::SetOID(), CPKIFEncapsulatedContentInfo::SetOID(), CPKIFAttribute::SetOID(), CPKIFIssuerAndSerialNumber::SetSerialNumber(), CPKIFBinarySigningTimeAttribute::SetSigningTime(), CPKIFSignerInfo::SetSKID(), CPKIFSigningTimeAttribute::SetTime(), CPKIFTimestampAttribute::SetTimestamp(), and VerifyCounterSignatures().
#define TOOLKIT_MESSAGE_ASN TOOLKIT_MESSAGE_SUBCOMPONENT + 3 |
Definition at line 105 of file components.h.
Referenced by CPKIFAttribute::AddValue(), CompareHashes(), CPKIFAttribute::CPKIFAttribute(), CPKIFBinarySigningTimeAttribute::CPKIFBinarySigningTimeAttribute(), CPKIFBinarySigningTimeAttributeFactory::CPKIFBinarySigningTimeAttributeFactory(), CPKIFContentTypeAttribute::CPKIFContentTypeAttribute(), CPKIFContentTypeAttributeFactory::CPKIFContentTypeAttributeFactory(), CPKIFCountersignatureAttribute::CPKIFCountersignatureAttribute(), CPKIFCountersignatureAttributeFactory::CPKIFCountersignatureAttributeFactory(), CPKIFESSCertId::CPKIFESSCertId(), CPKIFIssuerAndSerialNumber::CPKIFIssuerAndSerialNumber(), CPKIFMessageDigestAttribute::CPKIFMessageDigestAttribute(), CPKIFMessageDigestAttributeFactory::CPKIFMessageDigestAttributeFactory(), CPKIFRecipientInfo::CPKIFRecipientInfo(), CPKIFSigningCertificateAttribute::CPKIFSigningCertificateAttribute(), CPKIFSigningCertificateAttributeFactory::CPKIFSigningCertificateAttributeFactory(), CPKIFSigningTimeAttribute::CPKIFSigningTimeAttribute(), CPKIFSigningTimeAttributeFactory::CPKIFSigningTimeAttributeFactory(), CPKIFTimestampAttribute::CPKIFTimestampAttribute(), CPKIFTimestampAttributeFactory::CPKIFTimestampAttributeFactory(), CPKIFTimestampAttributeFactory::create(), CPKIFSigningTimeAttributeFactory::create(), CPKIFSigningCertificateAttributeFactory::create(), CPKIFMessageDigestAttributeFactory::create(), CPKIFCountersignatureAttributeFactory::create(), CPKIFContentTypeAttributeFactory::create(), CPKIFBinarySigningTimeAttributeFactory::create(), CPKIFEnvelopedData::Decrypt(), CPKIFEncryptedData::Decrypt(), EncodeDSASignature(), EncodeIVAsOctetString(), CPKIFIssuerAndSerialNumber::GetName(), GetObjectDesc(), CPKIFIssuerAndSerialNumber::GetSerialNumber(), GetSignerInfo(), GetSymmetricKey(), CPKIFTimestampAttribute::GetValues(), CPKIFSigningTimeAttribute::GetValues(), CPKIFSigningCertificateAttribute::GetValues(), CPKIFMessageDigestAttribute::GetValues(), CPKIFCountersignatureAttribute::GetValues(), CPKIFContentTypeAttribute::GetValues(), CPKIFBinarySigningTimeAttribute::GetValues(), CPKIFAttribute::GetValues(), CPKIFTimestampAttributeFactory::Initialize(), CPKIFSigningTimeAttributeFactory::Initialize(), CPKIFSigningCertificateAttributeFactory::Initialize(), CPKIFMessageDigestAttributeFactory::Initialize(), CPKIFCountersignatureAttributeFactory::Initialize(), CPKIFContentTypeAttributeFactory::Initialize(), CPKIFBinarySigningTimeAttributeFactory::Initialize(), CPKIFContentTypeAttribute::SetContentType(), CPKIFSignerInfo::SetCredential(), CPKIFMessageDigestAttribute::SetMessageDigest(), CPKIFIssuerAndSerialNumber::SetName(), CPKIFAttribute::SetOID(), CPKIFIssuerAndSerialNumber::SetSerialNumber(), CPKIFBinarySigningTimeAttribute::SetSigningTime(), CPKIFSigningTimeAttribute::SetTime(), CPKIFTimestampAttribute::SetTimestamp(), CPKIFAttribute::~CPKIFAttribute(), CPKIFBinarySigningTimeAttribute::~CPKIFBinarySigningTimeAttribute(), CPKIFBinarySigningTimeAttributeFactory::~CPKIFBinarySigningTimeAttributeFactory(), CPKIFContentTypeAttribute::~CPKIFContentTypeAttribute(), CPKIFContentTypeAttributeFactory::~CPKIFContentTypeAttributeFactory(), CPKIFCountersignatureAttribute::~CPKIFCountersignatureAttribute(), CPKIFCountersignatureAttributeFactory::~CPKIFCountersignatureAttributeFactory(), CPKIFESSCertId::~CPKIFESSCertId(), CPKIFIssuerAndSerialNumber::~CPKIFIssuerAndSerialNumber(), CPKIFKEKRecipInfoDetails::~CPKIFKEKRecipInfoDetails(), CPKIFMessageDigestAttribute::~CPKIFMessageDigestAttribute(), CPKIFMessageDigestAttributeFactory::~CPKIFMessageDigestAttributeFactory(), CPKIFSigningCertificateAttribute::~CPKIFSigningCertificateAttribute(), CPKIFSigningCertificateAttributeFactory::~CPKIFSigningCertificateAttributeFactory(), CPKIFSigningTimeAttribute::~CPKIFSigningTimeAttribute(), CPKIFSigningTimeAttributeFactory::~CPKIFSigningTimeAttributeFactory(), CPKIFTimestampAttribute::~CPKIFTimestampAttribute(), and CPKIFTimestampAttributeFactory::~CPKIFTimestampAttributeFactory().
#define TOOLKIT_MESSAGE_ATTR_MEDIATOR TOOLKIT_MESSAGE_SUBCOMPONENT + 2 |
Definition at line 104 of file components.h.
Referenced by GetObjectDesc(), and CPKIFCMSAttributeMediator2::Initialize().
#define TOOLKIT_MESSAGE_CONTENT_INFO TOOLKIT_MESSAGE_SUBCOMPONENT + 6 |
Definition at line 108 of file components.h.
Referenced by CPKIFContentCollection::CPKIFContentCollection(), CPKIFContentInfo::CPKIFContentInfo(), CPKIFContentCollection::Decode(), CPKIFContentInfo::Decode(), CPKIFContentInfo::Encode(), GetObjectDesc(), CPKIFContentCollection::~CPKIFContentCollection(), and CPKIFContentInfo::~CPKIFContentInfo().
#define TOOLKIT_MESSAGE_ENVELOPED_DATA TOOLKIT_MESSAGE_SUBCOMPONENT + 5 |
#define TOOLKIT_MESSAGE_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_MESSAGE |
Definition at line 37 of file components.h.
#define TOOLKIT_MESSAGE_PARALLEL_HASH TOOLKIT_MESSAGE_SUBCOMPONENT + 4 |
#define TOOLKIT_MESSAGE_SIGNED_DATA TOOLKIT_MESSAGE_SUBCOMPONENT + 1 |
#define TOOLKIT_MESSAGE_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_MESSAGE |
Definition at line 53 of file components.h.
#define TOOLKIT_OCSP 5 |
Definition at line 24 of file components.h.
#define TOOLKIT_OCSP_ASN TOOLKIT_OCSP_SUBCOMPONENT + 1 |
Definition at line 123 of file components.h.
Referenced by CPKIFSingleResponse::AreThereAnyUnprocessedCriticalExtensions(), CPKIFResponseData::AreThereAnyUnprocessedCriticalExtensions(), CPKIFQuery::AreThereAnyUnprocessedCriticalExtensions(), CPKIFCVRequest::AreThereAnyUnprocessedCriticalExtensions(), CPKIFBasicOCSPResponse::CPKIFBasicOCSPResponse(), CPKIFCertID::CPKIFCertID(), CPKIFOCSPCertStatus::CPKIFOCSPCertStatus(), CPKIFOCSPInfo::CPKIFOCSPInfo(), CPKIFOCSPRequest::CPKIFOCSPRequest(), CPKIFOCSPResponse::CPKIFOCSPResponse(), CPKIFRequest::CPKIFRequest(), CPKIFResponderID::CPKIFResponderID(), CPKIFResponseBytes::CPKIFResponseBytes(), CPKIFResponseData::CPKIFResponseData(), CPKIFRevokedInfo::CPKIFRevokedInfo(), CPKIFServiceLocator::CPKIFServiceLocator(), CPKIFSingleResponse::CPKIFSingleResponse(), CPKIFTBSRequest::CPKIFTBSRequest(), CPKIFOCSPResponse::Decode(), CPKIFOCSPRequest::Decode(), CPKIFBasicOCSPResponse::Decode(), CPKIFTBSRequest::Encode(), CPKIFOCSPRequest::Encode(), FreeRequestMembers(), FreeTBSRequestMembers(), CPKIFTBSRequest::GetExtension(), GetObjectDesc(), CPKIFOCSPRequest::GetRequest(), CPKIFOCSPResponse::GetResponseBytes(), CPKIFBasicOCSPResponse::GetResponseData(), CPKIFBasicOCSPResponse::GetSignature(), CPKIFBasicOCSPResponse::GetSignatureAlg(), CPKIFOCSPInfo::GetSingleResponse(), PKIFOCSPMemoryHelper::PKIFOCSPMemoryHelper(), CPKIFOCSPRequest::SetRequest(), CPKIFBasicOCSPResponse::~CPKIFBasicOCSPResponse(), CPKIFCertID::~CPKIFCertID(), CPKIFOCSPCertStatus::~CPKIFOCSPCertStatus(), CPKIFOCSPInfo::~CPKIFOCSPInfo(), CPKIFOCSPRequest::~CPKIFOCSPRequest(), CPKIFOCSPResponse::~CPKIFOCSPResponse(), CPKIFRequest::~CPKIFRequest(), CPKIFResponderID::~CPKIFResponderID(), CPKIFResponseBytes::~CPKIFResponseBytes(), CPKIFResponseData::~CPKIFResponseData(), CPKIFRevokedInfo::~CPKIFRevokedInfo(), CPKIFServiceLocator::~CPKIFServiceLocator(), CPKIFSingleResponse::~CPKIFSingleResponse(), CPKIFTBSRequest::~CPKIFTBSRequest(), and PKIFOCSPMemoryHelper::~PKIFOCSPMemoryHelper().
#define TOOLKIT_OCSP_CHECKER TOOLKIT_OCSP_SUBCOMPONENT + 2 |
Definition at line 124 of file components.h.
Referenced by _CertIDMatchesCert(), _CreateComplexOCSPRequest(), _CreateSimpleOCSPRequest(), _HashIssuerName(), _HashPublicKey(), _MatchSignersCertAndResponderID(), CPKIFOCSPChecker::CheckStatus(), CPKIFOCSPChecker::CheckStatusPath(), CPKIFCRLDPRetrieval::CPKIFCRLDPRetrieval(), CPKIFOCSPChecker::CPKIFOCSPChecker(), GetCertsFromIssuerAltName(), CPKIFCRLDPRetrieval::GetCRLs(), CPKIFCRLDPRetrieval::GetCRLSources(), GetObjectDesc(), CPKIFOCSPChecker::Initialize(), CPKIFOCSPChecker::ProcessOfflineResponse(), RetrieveCertGivenHTTPURL(), RetrieveCRLGivenHTTPURL(), CPKIFCRLDPRetrieval::~CPKIFCRLDPRetrieval(), and CPKIFOCSPChecker::~CPKIFOCSPChecker().
#define TOOLKIT_OCSP_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_OCSP |
Definition at line 38 of file components.h.
#define TOOLKIT_OCSP_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_OCSP |
Definition at line 54 of file components.h.
#define TOOLKIT_PATH 6 |
Definition at line 25 of file components.h.
Referenced by CEventLog::AddEventSource(), CBase64Buffer::decode(), and CBase64Buffer::encode().
#define TOOLKIT_PATH_BASIC_CHECKS TOOLKIT_PATH_SUBCOMPONENT + 4 |
Definition at line 114 of file components.h.
Referenced by CPKIFPathBasicChecks2::CPKIFPathBasicChecks2(), CPKIFPathBasicChecks2::DoChecks(), GetObjectDesc(), and CPKIFPathBasicChecks2::~CPKIFPathBasicChecks2().
#define TOOLKIT_PATH_BUILDER TOOLKIT_PATH_SUBCOMPONENT + 5 |
#define TOOLKIT_PATH_CRL_CHECKER TOOLKIT_PATH_SUBCOMPONENT + 3 |
Definition at line 113 of file components.h.
Referenced by _CompareCRLNumbers(), _GetHashOfToBeSignedCRL2(), GetObjectDesc(), and PathSigChecker().
#define TOOLKIT_PATH_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_PATH |
Definition at line 39 of file components.h.
#define TOOLKIT_PATH_MEDIATOR TOOLKIT_PATH_SUBCOMPONENT + 1 |
Definition at line 111 of file components.h.
Referenced by CPKIFX509ExtensionMediator2::AddColleague(), CPKIFCMSAttributeMediator2::AddColleague(), CPKIFRevocationStatusMediator2::AddColleague(), CPKIFPathProcessingMediator2::AddColleague(), AuditPathEvent(), CPKIFPathProcessingMediator2::BuildAndValidatePath(), CPKIFPathProcessingMediator2::BuildPath(), CPKIFRevocationStatusMediator2::CheckStatus(), CPKIFRevocationStatusMediator2::CheckStatusPath(), CPKIFPathProcessingMediator2::CPKIFPathProcessingMediator2(), CPKIFRevocationStatusMediator2::CPKIFRevocationStatusMediator2(), CPKIFPathProcessingMediator2::GetDefaultPathSettings(), GetObjectDesc(), CPKIFRevocationStatusMediator2::InitializeMediator(), CPKIFPathProcessingMediator2::InitializeMediator(), CPKIFPathProcessingMediator2::SetAdditionalCertificateChecks(), CPKIFPathProcessingMediator2::SetDefaultPathSettings(), CPKIFRevocationStatusMediator2::Terminate(), CPKIFPathProcessingMediator2::Terminate(), CPKIFPathProcessingMediator2::ValidatePath(), CPKIFBasicPathState2::~CPKIFBasicPathState2(), CPKIFPathProcessingMediator2::~CPKIFPathProcessingMediator2(), and CPKIFRevocationStatusMediator2::~CPKIFRevocationStatusMediator2().
#define TOOLKIT_PATH_MISC TOOLKIT_PATH_SUBCOMPONENT + 7 |
Definition at line 117 of file components.h.
Referenced by _ClassifyCert(), _CompareCRLNumbers(), _GetCRLIssuersCert(), _GetHashOfToBeSignedCRL2(), _QuarantineExtraneousCRLs(), _TypeOfCRL(), _ValidateCRLAuthority(), _ValidateCRLIssuerName2(), _ValidateDeltaScope(), _ValidateDP2(), CPKIFCertStatus::AddRevocationSource(), CPKIFX509CRLChecker::CheckStatus(), CPKIFX509CRLChecker::CheckStatusPath(), CPKIFBuilderStatistics::CPKIFBuilderStatistics(), CPKIFCertificateNodeEntry::CPKIFCertificateNodeEntry(), CPKIFCertificatePath::CPKIFCertificatePath(), CPKIFCertStatus::CPKIFCertStatus(), CPKIFCRLInfo::CPKIFCRLInfo(), CPKIFDefaultScoring::CPKIFDefaultScoring(), CPKIFPathLogger::CPKIFPathLogger(), CPKIFPathSettings::CPKIFPathSettings(), CPKIFPathValidationResults::CPKIFPathValidationResults(), CPKIFTrustRoot::CPKIFTrustRoot(), CPKIFX509CRLChecker::CPKIFX509CRLChecker(), CPKIFPathValidationResults::DiagnosticCode(), CPKIFPathValidationResults::GetAuthorityConstrainedSet(), CPKIFPathSettings::GetInitialExclSubtrees(), CPKIFPathSettings::GetInitialPermSubtrees(), CPKIFPathSettings::GetInitialPolicySet(), GetObjectDesc(), CPKIFX509CRLChecker::Initialize(), KeyIDsMatch(), CPKIFPathLogger::LogPath(), CPKIFPathLogger::LogValidationResults(), SubtreeMatch::operator()(), ScopeCompare::operator()(), BasicConstraintsViolation::operator()(), ProcessCriticalCertExtensions(), CPKIFDefaultScoring::ScoreAndSortNodes(), scoreCompare(), scoreCompareNK(), CPKIFPathValidationResults::SetAuthorityConstrainedSet(), CPKIFBuilderStatistics::~CPKIFBuilderStatistics(), CPKIFCertificateNodeEntry::~CPKIFCertificateNodeEntry(), CPKIFCertificatePath::~CPKIFCertificatePath(), CPKIFCertStatus::~CPKIFCertStatus(), CPKIFCRLInfo::~CPKIFCRLInfo(), CPKIFDefaultScoring::~CPKIFDefaultScoring(), CPKIFPathLogger::~CPKIFPathLogger(), CPKIFPathSettings::~CPKIFPathSettings(), CPKIFPathValidationResults::~CPKIFPathValidationResults(), CPKIFTrustRoot::~CPKIFTrustRoot(), and CPKIFX509CRLChecker::~CPKIFX509CRLChecker().
#define TOOLKIT_PATH_REV_STATUS_MEDIATOR TOOLKIT_PATH_SUBCOMPONENT + 2 |
#define TOOLKIT_PATH_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_PATH |
Definition at line 55 of file components.h.
#define TOOLKIT_PATH_VALIDATOR TOOLKIT_PATH_SUBCOMPONENT + 6 |
Definition at line 116 of file components.h.
Referenced by _GetHashOfToBeSignedCert(), GetObjectDesc(), CPKIFPathValidator2::Initialize(), PathSigChecker(), ProcessPolicyMapping(), CPKIFPathValidator2::SetAdditionalCertificateChecks(), CPKIFPathValidator2::ValidatePath(), and CPKIFPathValidator2::~CPKIFPathValidator2().
#define TOOLKIT_PKIF_DLL TOOLKIT_UTILS_SUBCOMPONENT + 1 |
#define TOOLKIT_SCVP 11 |
Definition at line 30 of file components.h.
Referenced by CPKIFSCVPCertID::CalculateCertHash(), CPKIFValPolResponse::Encode(), CPKIFValPolRequest::Encode(), PopulateACReference(), PopulatePKCReference(), PopulateQuery(), PopulateReplyObjects(), and PopulateValidationPolicy().
#define TOOLKIT_SCVP_ASN TOOLKIT_SCVP_SUBCOMPONENT + 1 |
Definition at line 134 of file components.h.
Referenced by CPKIFACReference::CPKIFACReference(), CPKIFCertBundle::CPKIFCertBundle(), CPKIFCertReference::CPKIFCertReference(), CPKIFCertReferences::CPKIFCertReferences(), CPKIFCertReply::CPKIFCertReply(), CPKIFCVRequest::CPKIFCVRequest(), CPKIFEvidenceRecordBundle::CPKIFEvidenceRecordBundle(), CPKIFHashValue::CPKIFHashValue(), CPKIFKeyAgreePublicKey::CPKIFKeyAgreePublicKey(), CPKIFPKCReference::CPKIFPKCReference(), CPKIFQuery::CPKIFQuery(), CPKIFReplyCheck::CPKIFReplyCheck(), CPKIFReplyWantBack::CPKIFReplyWantBack(), CPKIFRequestReference::CPKIFRequestReference(), CPKIFResponseFlags::CPKIFResponseFlags(), CPKIFResponseStatus::CPKIFResponseStatus(), CPKIFRevInfoWantBack::CPKIFRevInfoWantBack(), CPKIFRevocationInfo::CPKIFRevocationInfo(), CPKIFSCVPCertID::CPKIFSCVPCertID(), CPKIFValidationPolicy::CPKIFValidationPolicy(), CPKIFValPolRequest::CPKIFValPolRequest(), CPKIFValPolResponse::CPKIFValPolResponse(), CPKIFValPolResponse::Decode(), CPKIFValPolRequest::Decode(), CPKIFCVRequest::Decode(), CPKIFValPolResponse::Encode(), CPKIFCVRequest::Encode(), CPKIFQuery::ExtensionsPresent(), CPKIFCVRequest::ExtensionsPresent(), CPKIFCertReply::ExtensionsPresent(), FreeRequestMembers(), FreeResponseMembers(), FreeValPolResponseMembers(), PKIFSCVPMemoryHelper::PKIFSCVPMemoryHelper(), PopulateACReference(), PopulatePKCReference(), CPKIFValPolRequest::SetGenerateNonce(), CPKIFCVRequest::SetGenerateNonce(), CPKIFValPolRequest::SetNonce(), CPKIFCVRequest::SetNonce(), CPKIFKeyAgreePublicKey::SetPublicKey(), CPKIFACReference::~CPKIFACReference(), CPKIFCertBundle::~CPKIFCertBundle(), CPKIFCertReference::~CPKIFCertReference(), CPKIFCertReferences::~CPKIFCertReferences(), CPKIFCertReply::~CPKIFCertReply(), CPKIFCVRequest::~CPKIFCVRequest(), CPKIFEvidenceRecordBundle::~CPKIFEvidenceRecordBundle(), CPKIFHashValue::~CPKIFHashValue(), CPKIFKeyAgreePublicKey::~CPKIFKeyAgreePublicKey(), CPKIFPKCReference::~CPKIFPKCReference(), CPKIFQuery::~CPKIFQuery(), CPKIFReplyCheck::~CPKIFReplyCheck(), CPKIFReplyWantBack::~CPKIFReplyWantBack(), CPKIFRequestReference::~CPKIFRequestReference(), CPKIFResponseFlags::~CPKIFResponseFlags(), CPKIFResponseStatus::~CPKIFResponseStatus(), CPKIFRevInfoWantBack::~CPKIFRevInfoWantBack(), CPKIFRevocationInfo::~CPKIFRevocationInfo(), CPKIFSCVPCertID::~CPKIFSCVPCertID(), CPKIFValidationPolicy::~CPKIFValidationPolicy(), CPKIFValPolRequest::~CPKIFValPolRequest(), CPKIFValPolResponse::~CPKIFValPolResponse(), and PKIFSCVPMemoryHelper::~PKIFSCVPMemoryHelper().
#define TOOLKIT_SCVP_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_SCVP |
Definition at line 44 of file components.h.
#define TOOLKIT_SCVP_PATH_BUILDER TOOLKIT_SCVP_SUBCOMPONENT + 2 |
Definition at line 135 of file components.h.
#define TOOLKIT_SCVP_PATH_PROCESSOR TOOLKIT_SCVP_SUBCOMPONENT + 4 |
Definition at line 137 of file components.h.
#define TOOLKIT_SCVP_PATH_VALIDATOR TOOLKIT_SCVP_SUBCOMPONENT + 3 |
Definition at line 136 of file components.h.
#define TOOLKIT_SCVP_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_SCVP |
#define TOOLKIT_SR_CAPICERTUPDATE TOOLKIT_SR_SUBCOMPONENT + 2 |
Definition at line 71 of file components.h.
Referenced by CPKIFCAPICertUpdate2::AddCertificate(), CPKIFCAPICertUpdate2::CPKIFCAPICertUpdate2(), GetObjectDesc(), CPKIFCAPICertUpdate2::Initialize(), and CPKIFCAPICertUpdate2::~CPKIFCAPICertUpdate2().
#define TOOLKIT_SR_CAPICRLUPDATE TOOLKIT_SR_SUBCOMPONENT + 3 |
Definition at line 72 of file components.h.
Referenced by CPKIFCAPICRLUpdate2::AddCRL(), CPKIFCAPICRLUpdate2::CPKIFCAPICRLUpdate2(), GetObjectDesc(), CPKIFCAPICRLUpdate2::Initialize(), and CPKIFCAPICRLUpdate2::~CPKIFCAPICRLUpdate2().
#define TOOLKIT_SR_CAPIREPOSITORY TOOLKIT_SR_SUBCOMPONENT + 4 |
Definition at line 73 of file components.h.
Referenced by CPKIFCAPIRepository2::CPKIFCAPIRepository2(), CPKIFCAPIRepository2::GetCertificates(), CPKIFCAPIRepository2::GetCRLs(), CPKIFCAPIRepository2::GetCRLSources(), GetObjectDesc(), CPKIFCAPIUserRepository2::Initialize(), CPKIFCAPIRepository2::Initialize(), CPKIFCAPITrustRootCRLRepository2::Initialize(), CPKIFCAPICRLUpdate2::Initialize(), CPKIFCAPICertUpdate2::Initialize(), and CPKIFCAPIRepository2::~CPKIFCAPIRepository2().
#define TOOLKIT_SR_CAPITRUSTROOTCRLSTORE TOOLKIT_SR_SUBCOMPONENT + 5 |
Definition at line 74 of file components.h.
Referenced by CPKIFCAPITrustRootCRLRepository2::CPKIFCAPITrustRootCRLRepository2(), CPKIFCAPITrustRootCRLRepository2::GetCRLs(), GetObjectDesc(), CPKIFCAPITrustRootCRLRepository2::Initialize(), and CPKIFCAPITrustRootCRLRepository2::~CPKIFCAPITrustRootCRLRepository2().
#define TOOLKIT_SR_CAPITRUSTSTORE TOOLKIT_SR_SUBCOMPONENT + 6 |
Definition at line 75 of file components.h.
Referenced by CPKIFCAPITrustStore2::CPKIFCAPITrustStore2(), GetObjectDesc(), CPKIFCAPITrustStore2::GetTrustRoots(), CPKIFCAPITrustStore2::Initialize(), and CPKIFCAPITrustStore2::~CPKIFCAPITrustStore2().
#define TOOLKIT_SR_CAPIUSERREPOSITORY TOOLKIT_SR_SUBCOMPONENT + 7 |
Definition at line 76 of file components.h.
Referenced by CPKIFCAPIUserRepository2::CPKIFCAPIUserRepository2(), CPKIFNSSRepository::FindCertificates(), CPKIFCAPIUserRepository2::FindCertificates(), CPKIFCAPITrustStore2::FindCertificates(), CPKIFCAPIRepository2::FindCertificates(), GetObjectDesc(), CPKIFCAPIUserRepository2::Initialize(), and CPKIFCAPIUserRepository2::~CPKIFCAPIUserRepository2().
#define TOOLKIT_SR_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_CACHE |
Definition at line 35 of file components.h.
#define TOOLKIT_SR_LDAPREPOSITORY TOOLKIT_SR_SUBCOMPONENT + 8 |
Definition at line 77 of file components.h.
Referenced by CPKIFLDAPRepository::CPKIFLDAPRepository(), CPKIFLDAPRepository::GetCertificates(), CPKIFLDAPRepository::GetCRLs(), CPKIFLDAPRepository::GetCRLSources(), GetObjectDesc(), CPKIFLDAPRepository::Initialize(), and CPKIFLDAPRepository::~CPKIFLDAPRepository().
#define TOOLKIT_SR_MEDIATOR TOOLKIT_SR_SUBCOMPONENT + 1 |
Definition at line 70 of file components.h.
Referenced by CPKIFCacheMediator2::AddCertificate(), CPKIFCacheMediator2::AddColleague(), CPKIFCacheMediator2::AddCRL(), CPKIFCacheMediator2::CPKIFCacheMediator2(), CPKIFCacheMediator2::FindCertificates(), CPKIFCacheMediator2::FindKeys(), CPKIFCacheMediator2::GetCertificates(), CPKIFCacheMediator2::GetCertificateSources(), CPKIFCacheMediator2::GetCRLs(), GetObjectDesc(), CPKIFCacheMediator2::GetTrustRoots(), CPKIFCacheMediator2::InitializeMediator(), CPKIFCacheMediator2::Terminate(), and CPKIFCacheMediator2::~CPKIFCacheMediator2().
#define TOOLKIT_SR_MISC TOOLKIT_SR_SUBCOMPONENT + 12 |
Definition at line 81 of file components.h.
Referenced by IPKIFCertRepositoryUpdate::AddCertificate(), CPKIFAiaOrSiaRetrieval::CPKIFAiaOrSiaRetrieval(), CPKIFCompleteSearch::CPKIFCompleteSearch(), CPKIFIssuerNameAndSerialNumberBasedSearch::CPKIFIssuerNameAndSerialNumberBasedSearch(), CPKIFKeyIDBasedSearch::CPKIFKeyIDBasedSearch(), CPKIFNameBasedSearch::CPKIFNameBasedSearch(), CPKIFAiaOrSiaRetrieval::GetCertificates(), IPKIFCertRepository::GetCertificates(), CPKIFAiaOrSiaRetrieval::GetCertificateSources(), CPKIFSynonymousSourceStore::GetCerts(), GetObjectDesc(), CRLPassedNextUpdate::operator()(), CPKIFAiaOrSiaRetrieval::~CPKIFAiaOrSiaRetrieval(), CPKIFCompleteSearch::~CPKIFCompleteSearch(), CPKIFIssuerNameAndSerialNumberBasedSearch::~CPKIFIssuerNameAndSerialNumberBasedSearch(), CPKIFKeyIDBasedSearch::~CPKIFKeyIDBasedSearch(), and CPKIFNameBasedSearch::~CPKIFNameBasedSearch().
#define TOOLKIT_SR_NSSCERTUPDATE TOOLKIT_SR_SUBCOMPONENT + 16 |
Definition at line 85 of file components.h.
Referenced by CPKIFNSSCertUpdate::AddCertificate(), CPKIFNSSCertUpdate::CPKIFNSSCertUpdate(), CPKIFNSSCertUpdate::Initialize(), and CPKIFNSSCertUpdate::~CPKIFNSSCertUpdate().
#define TOOLKIT_SR_NSSCRLUPDATE TOOLKIT_SR_SUBCOMPONENT + 15 |
Definition at line 84 of file components.h.
Referenced by CPKIFNSSCRLUpdate::AddCRL(), CPKIFNSSCRLUpdate::CPKIFNSSCRLUpdate(), CPKIFNSSCRLUpdate::Initialize(), and CPKIFNSSCRLUpdate::~CPKIFNSSCRLUpdate().
#define TOOLKIT_SR_NSSREPOSITORY TOOLKIT_SR_SUBCOMPONENT + 17 |
Definition at line 86 of file components.h.
Referenced by CPKIFNSSRepository::CPKIFNSSRepository(), CPKIFNSSRepository::FindCertificates(), CPKIFNSSRepository::GetCertificates(), CPKIFNSSRepository::GetCRLs(), CPKIFNSSRepository::Initialize(), and CPKIFNSSRepository::~CPKIFNSSRepository().
#define TOOLKIT_SR_NSSTRUSTROOTCRLSTORE TOOLKIT_SR_SUBCOMPONENT + 14 |
Definition at line 83 of file components.h.
#define TOOLKIT_SR_NSSTRUSTSTORE TOOLKIT_SR_SUBCOMPONENT + 13 |
Definition at line 82 of file components.h.
Referenced by CPKIFNSSTrustStore::CPKIFNSSTrustStore(), CPKIFNSSTrustStore::GetTrustRoots(), CPKIFNSSTrustStore::Initialize(), and CPKIFNSSTrustStore::~CPKIFNSSTrustStore().
#define TOOLKIT_SR_SIMPLECERTCACHE TOOLKIT_SR_SUBCOMPONENT + 9 |
Definition at line 78 of file components.h.
Referenced by SimpleCertCache::AddCertificate(), SimpleCertCache::Clear(), SimpleCertCache::GetCertificates(), GetObjectDesc(), SimpleCertCache::Initialize(), SimpleCertCache::ReadCertsFromDirectory(), SimpleCertCache::SimpleCertCache(), and SimpleCertCache::~SimpleCertCache().
#define TOOLKIT_SR_SIMPLECRLCACHE TOOLKIT_SR_SUBCOMPONENT + 10 |
Definition at line 79 of file components.h.
Referenced by SimpleCRLCache::AddCRL(), SimpleCRLCache::Clear(), SimpleCRLCache::GetCRLs(), GetObjectDesc(), SimpleCRLCache::Initialize(), SimpleCRLCache::ReadCRLsFromDirectory(), SimpleCRLCache::SetAutoCleanup(), and SimpleCRLCache::SimpleCRLCache().
#define TOOLKIT_SR_SIMPLEROOTSTORE TOOLKIT_SR_SUBCOMPONENT + 11 |
Definition at line 80 of file components.h.
Referenced by SimpleRootStore::AddTrustRoot(), SimpleRootStore::Clear(), GetObjectDesc(), SimpleRootStore::GetTrustRoots(), SimpleRootStore::Initialize(), SimpleRootStore::SimpleRootStore(), and SimpleRootStore::~SimpleRootStore().
#define TOOLKIT_SR_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_CACHE |
Definition at line 51 of file components.h.
#define TOOLKIT_SUBCOMPONENT_MULTIPLIER 25 |
#define TOOLKIT_TAP 7 |
Definition at line 26 of file components.h.
#define TOOLKIT_TAP_ASN TOOLKIT_TAP_SUBCOMPONENT + 1 |
#define TOOLKIT_TAP_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_TAP |
Definition at line 40 of file components.h.
#define TOOLKIT_TAP_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_TAP |
Definition at line 56 of file components.h.
#define TOOLKIT_TSP 8 |
#define TOOLKIT_TSP_ASN TOOLKIT_TSP_SUBCOMPONENT + 1 |
Definition at line 130 of file components.h.
Referenced by CPKIFAccuracy::CPKIFAccuracy(), CPKIFMessageImprint::CPKIFMessageImprint(), CPKIFPKIStatusInfo::CPKIFPKIStatusInfo(), CPKIFRequest::CPKIFRequest(), CPKIFTimeStampRequest::CPKIFTimeStampRequest(), CPKIFTimeStampResponse::CPKIFTimeStampResponse(), CPKIFTSTInfo::CPKIFTSTInfo(), CPKIFTSTInfo::Decode(), CPKIFTimeStampResponse::Decode(), CPKIFTimeStampRequest::Decode(), CPKIFTSTInfo::Encode(), CPKIFTimeStampResponse::Encode(), CPKIFTimeStampRequest::Encode(), CPKIFTSTInfo::ExtensionsPresent(), CPKIFTimeStampRequest::ExtensionsPresent(), FreeRequestMembers(), FreeResponseMembers(), FreeTSTInfoMembers(), CPKIFTSTInfo::GetAccuracy(), CPKIFTSTInfo::GetGeneralizedTime(), CPKIFTSTInfo::GetMessageImprint(), CPKIFTimeStampRequest::GetMessageImprint(), CPKIFTSTInfo::GetNonce(), CPKIFTimeStampRequest::GetNonce(), GetObjectDesc(), CPKIFTSTInfo::GetPolicy(), CPKIFTimeStampRequest::GetPolicy(), CPKIFTimeStampRequest::GetReqCert(), CPKIFTSTInfo::GetSerialNumber(), CPKIFTimeStampResponse::GetStatus(), CPKIFTimeStampResponse::GetTimeStampToken(), CPKIFTSTInfo::GetTSA(), CPKIFTSTInfo::GetVersion(), CPKIFTimeStampRequest::GetVersion(), CPKIFMessageImprint::HashAndSet(), PKIFTSPMemoryHelper::PKIFTSPMemoryHelper(), CPKIFTSTInfo::SetAccuracy(), CPKIFTSTInfo::SetGeneralizedTime(), CPKIFTimeStampRequest::SetGenerateNonce(), CPKIFTSTInfo::SetMessageImprint(), CPKIFTimeStampRequest::SetMessageImprint(), CPKIFAccuracy::SetMicros(), CPKIFAccuracy::SetMillis(), CPKIFTSTInfo::SetNonce(), CPKIFTimeStampRequest::SetNonce(), CPKIFTSTInfo::SetOrdering(), CPKIFTSTInfo::SetPolicy(), CPKIFTimeStampRequest::SetPolicy(), CPKIFTimeStampRequest::SetReqCert(), CPKIFAccuracy::SetSeconds(), CPKIFTSTInfo::SetSerialNumber(), CPKIFTimeStampResponse::SetStatus(), CPKIFTimeStampResponse::SetTimeStampToken(), CPKIFTSTInfo::SetTSA(), CPKIFAccuracy::~CPKIFAccuracy(), CPKIFMessageImprint::~CPKIFMessageImprint(), CPKIFPKIStatusInfo::~CPKIFPKIStatusInfo(), CPKIFTimeStampRequest::~CPKIFTimeStampRequest(), CPKIFTimeStampResponse::~CPKIFTimeStampResponse(), CPKIFTSTInfo::~CPKIFTSTInfo(), and PKIFTSPMemoryHelper::~PKIFTSPMemoryHelper().
#define TOOLKIT_TSP_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_TSP |
Definition at line 41 of file components.h.
#define TOOLKIT_TSP_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_TSP |
Definition at line 57 of file components.h.
#define TOOLKIT_TSP_TIMESTAMP_VERIFIER TOOLKIT_TSP_SUBCOMPONENT + 2 |
Definition at line 131 of file components.h.
Referenced by CPKIFTimestampVerifier::CPKIFTimestampVerifier(), EKUChecker_OcspSigning(), EKUChecker_Timestamp(), EKUChecker_TimestampTSP(), GetObjectDesc(), CPKIFTimestampVerifier::SetDataComplete(), CPKIFTimestampVerifier::SetDataHash(), CPKIFTimestampVerifier::SetDataHashSet(), CPKIFTimestampVerifier::Verify(), and CPKIFTimestampVerifier::~CPKIFTimestampVerifier().
#define TOOLKIT_UTILS 9 |
Definition at line 28 of file components.h.
Referenced by B64Decode(), BuildCACX509V3AttributeTypeAndValue(), BuildCACX509V3DistinguishedName(), BuildCACX509V3RelativeDistinguishedName(), CPKIFException::CPKIFException(), EncodeGeneralName(), FreeCACX509V3GeneralName(), GetCertfromLDAPURL(), GetEncGenNameFromStr(), GetPKIFGenNameFromStr(), GetPKIFNameFromStr(), PostRequest(), PostRequestURL(), SimpleCertCache::ReadCertsFromDirectory(), SimpleCRLCache::ReadCRLsFromDirectory(), ReadFileIntoBuffer(), and WriteCB().
#define TOOLKIT_UTILS_ERROR_BASE TOOLKIT_ERROR_MULTIPLIER * TOOLKIT_UTILS |
Definition at line 42 of file components.h.
#define TOOLKIT_UTILS_SUBCOMPONENT TOOLKIT_SUBCOMPONENT_MULTIPLIER * TOOLKIT_UTILS |
Definition at line 58 of file components.h.
Referenced by GetAlgClass(), MakeDefaultMediator(), ReadFileIntoBuffer(), and WriteBufferToFile().
#define TOOLKIT_X509_ASN TOOLKIT_ASN_SUBCOMPONENT + 2 |
Definition at line 67 of file components.h.
Referenced by CPKIFASN1Attribute::CPKIFASN1Attribute(), CPKIFName::CPKIFName(), CPKIFSecurityCategory::CPKIFSecurityCategory(), CPKIFName::Encoded(), GetObjectDesc(), CPKIFName::GetRDNs(), CPKIFGeneralSubtree::IsInSubtree(), CPKIFCRL::Issuer(), CPKIFCertificate::Issuer(), CPKIFCRL::NextUpdate(), CPKIFGeneralName::operator==(), CPKIFName::rawName(), CPKIFCertificate::SerialNumber(), CPKIFCRL::SignatureAlgorithm(), CPKIFCertificate::SignatureAlgorithm(), CPKIFCertificate::Subject(), CPKIFCertificate::SubjectPublicKeyInfo(), CPKIFCertificate::TBSSignatureAlgorithm(), CPKIFCRL::ThisUpdate(), CPKIFName::ToString(), CPKIFCertificate::Validity(), CPKIFCRL::Version(), CPKIFCertificate::Version(), and CPKIFName::~CPKIFName().