class 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.
Public Member Functions | |
---|---|
TX509PolicyConstraint(TBool, TInt) | |
TX509PolicyConstraint() |
Public Attributes | |
---|---|
TInt | iCountdown |
TBool | iRequired |
TX509PolicyConstraint | ( | TBool | aRequired, |
TInt | aCountdown | ||
) |
Constructs a TX509PolicyConstraint definition object with the specified requirement and countdown values.
TBool aRequired | The policy requirement. Set to ETrue, if the policy constraint applies; set to EFalse, otherwise. |
TInt 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. |
TX509PolicyConstraint | ( | ) |
Default constructor.
Sets policy requirement to EFalse and iRequired to EFalse and the iCountdown to zero.
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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.