#include <x509certext.h>
class TX509PolicyConstraint |
Public Attributes | |
---|---|
TInt | iCountdown |
TBool | iRequired |
Public Member Functions | |
---|---|
TX509PolicyConstraint(TBool, TInt) | |
TX509PolicyConstraint() |
Defines whether a policy constraint applies.
Objects of this type are used by the X.509 certificate extension that constrains the use of policies.
whether a specific policy applies to subsequent certificates
if a specific policy applies, the number of certificates that can follow the current one before the policy constraint applies.
TInt | iCountdown |
The count down value.
Defines the number of certificates that can follow the current one before the policy constraint applies. This has no meaning if the policy constraint does not apply.
TBool | iRequired |
The policy requirement.
This has the value ETrue, if the policy constraint applies; EFalse otherwise.
Constructs a TX509PolicyConstraint definition object with the specified requirement and countdown values.
Parameter | Description |
---|---|
aRequired | The policy requirement. Set to ETrue, if the policy constraint applies; set to EFalse, otherwise. |
aCountdown | The countdown value. This is the number of certificates that can follow the current one before the constraint applies. This only has meaning if the policy constraint applies. |