Class CertPathValidatorTest


  • public class CertPathValidatorTest
    extends java.lang.Object
    This test class can be used to validate the CertPathValidator low-level implementation.

    The PKI used for tests is the following:

         A*----
        / \    \
       B   C*   F*°
      /   / \    \
     H   D   E°   G
    
     * → Certification Authority
     ° → Expired certificate
     
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CertPathValidatorTest

        public CertPathValidatorTest()