/* InvalidpathLenConstraintTest6.java Copyright (C) 2003 Free Software Foundation, Inc. Distributed under the GPL. See the file `COPYING' */ // Tags: PKITS package gnu.testlet.gnu.crypto.pki.pkits; public class InvalidpathLenConstraintTest6 extends BaseInvalidTest { public InvalidpathLenConstraintTest6() { super(new String[] { "data/certs/InvalidpathLenConstraintTest6EE.crt", "data/certs/pathLenConstraint0subCACert.crt", "data/certs/pathLenConstraint0CACert.crt" }, new String[] { "data/crls/pathLenConstraint0subCACRL.crl", "data/crls/pathLenConstraint0CACRL.crl" }); } }