Module: CPKIFNameConstraints
Definition in file NameConstraints.cpp.
#include "NameConstraints.h"
#include "OID.h"
#include "Buffer.h"
#include "GeneralSubtree.h"
#include "ToolkitUtils.h"
#include "PKIFNameMemoryHelper.h"
#include "Name.h"
#include "ASN1Helper.h"
#include "PKIX1Implicit88.h"
#include "PKIX1Explicit88.h"
#include "boost/cstdint.hpp"
#include "boost/numeric/conversion/cast.hpp"
#include "boost/asio/ip/address_v4.hpp"
#include "boost/asio/ip/address_v6.hpp"
Go to the source code of this file.
Functions | |
string | DecIP (CPKIFBufferPtr &encodedIP) |
void | FreeList (DList *asn1rtdlist) |
CAC_API std::ostream & | operator<< (std::ostream &os, const CPKIFNameConstraintsPtr &extension) |
CAC_API std::ostream & | operator<< (std::ostream &os, const CPKIFNameConstraints &extension) |
string DecIP | ( | CPKIFBufferPtr & | encodedIP | ) |
Interface: Module
Helper function to decode encoded IPs
encodedIP | [in] Encoded IP |
Definition at line 454 of file NameConstraints.cpp.
Referenced by CPKIFNameConstraints::value().
void FreeList | ( | DList * | asn1rtdlist | ) |
Interface: Module
A helper function that frees ASN1RTDList object
asn1rtdlist | [in] A pointer to DList object to free. |
Definition at line 336 of file PolicyInformationSet.cpp.
References FreeOpenType().
Referenced by CPKIFPolicyInformationSet::value().
CAC_API std::ostream& operator<< | ( | std::ostream & | os, | |
const CPKIFNameConstraints & | extension | |||
) |
Definition at line 505 of file NameConstraints.cpp.
References CPKIFNameConstraints::GetExcluded(), and CPKIFNameConstraints::GetPermitted().
CAC_API std::ostream& operator<< | ( | std::ostream & | os, | |
const CPKIFNameConstraintsPtr & | extension | |||
) |