public class

PKIXNameConstraintsTest

extends SimpleTest
java.lang.Object
   ↳ org.bouncycastle.util.test.SimpleTest
     ↳ org.bouncycastle.jce.provider.test.PKIXNameConstraintsTest

Class Overview

Test class for 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.

Summary

Public Constructors
PKIXNameConstraintsTest()
Public Methods
String getName()
static void main(String[] args)
void performTest()
[Expand]
Inherited Methods
From class org.bouncycastle.util.test.SimpleTest
From class java.lang.Object
From interface org.bouncycastle.util.test.Test

Public Constructors

public PKIXNameConstraintsTest ()

Public Methods

public String getName ()

public static void main (String[] args)

public void performTest ()

Throws
Exception