public class PKIXNameConstraintsTest extends SimpleTest
PKIXNameConstraintValidator
.
The field testXYZ is the name to test.
The field testXYZIsConstraint must be tested if it is permitted and excluded.
The field testXYZIsNotConstraint must be tested if it is not permitted and not excluded.
Furthermore there are tests for the intersection and union of test names.
Constructor and Description |
---|
PKIXNameConstraintsTest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static void |
main(java.lang.String[] args) |
void |
performTest() |
public java.lang.String getName()
getName
in interface Test
getName
in class SimpleTest
public void performTest() throws java.lang.Exception
performTest
in class SimpleTest
java.lang.Exception
public static void main(java.lang.String[] args)