| Class | Description |
|---|---|
| AndExpression |
This class represents an expression of the form
|
| GeneralNameUtil |
Class that can be used to form general names from configuration file.
|
| GeneralNameUtil.GeneralNameAsConstraintsConfig |
convenience class for policies use.
|
| GeneralNameUtil.GeneralNameConfig |
convenience class for policies use.
|
| GeneralNameUtil.GeneralNamesAsConstraintsConfig | |
| GeneralNameUtil.GeneralNamesConfig | |
| GeneralNameUtil.SubjAltNameGN | |
| GenericPolicyProcessor |
This is a Generic policy processor.
|
| JavaScriptRequestProxy | |
| OrExpression |
This class represents an Or expression of the form
(var1 op val1 OR var2 op val2).
|
| PolicyPredicateParser |
Default implementation of predicate parser.
|
| PolicySet |
Implements a policy set per IPolicySet interface.
|
| SimpleExpression |
This class represents an expression of the form var = val,
var != val, var < val, var > val, var <= val, var >= val.
|