Module: CPKIFBasicConstraints
Definition in file BasicConstraints.h.
#include "PKIFdll.h"
#include "X509Extension.h"
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | CPKIFBasicConstraints |
Defines | |
#define | CAC_API_FACTORY |
Functions | |
DECLARE_SMART_POINTERS (CPKIFBasicConstraints) | |
CAC_API std::ostream & | operator<< (std::ostream &os, const CPKIFBasicConstraintsPtr &extension) |
CAC_API std::ostream & | operator<< (std::ostream &os, const CPKIFBasicConstraints &extension) |
#define CAC_API_FACTORY |
Definition at line 18 of file BasicConstraints.h.
DECLARE_SMART_POINTERS | ( | CPKIFBasicConstraints | ) |
CAC_API std::ostream& operator<< | ( | std::ostream & | os, | |
const CPKIFBasicConstraints & | extension | |||
) |
Definition at line 225 of file BasicConstraints.cpp.
References CPKIFBasicConstraints::isCA(), CPKIFBasicConstraints::pathLength(), and CPKIFBasicConstraints::pathLengthPresent().
CAC_API std::ostream& operator<< | ( | std::ostream & | os, | |
const CPKIFBasicConstraintsPtr & | extension | |||
) |