Class CertificateTest

  • All Implemented Interfaces:
    Test

    public class CertificateTest
    extends SimpleTest
    • Constructor Detail

      • CertificateTest

        public CertificateTest()
    • Method Detail

      • checkCertificate

        public void checkCertificate​(int id,
                                     byte[] cert)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • checkAttributeCertificate

        public void checkAttributeCertificate​(int id,
                                              byte[] cert)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • checkV1AttributeCertificate

        public void checkV1AttributeCertificate​(int id,
                                                byte[] cert)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • performTest

        public void performTest()
                         throws java.lang.Exception
        Specified by:
        performTest in class SimpleTest
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)