File: InvalidpathLenConstraintTest11.java

package info (click to toggle)
mauve 20120103-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 28,504 kB
  • sloc: java: 250,155; sh: 2,834; xml: 208; makefile: 66
file content (26 lines) | stat: -rw-r--r-- 1,450 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* InvalidpathLenConstraintTest11.java
   Copyright (C) 2003  Free Software Foundation, Inc.

   Distributed under the GPL. See the file `COPYING' */

// Tags: JDK1.4
// Uses: BaseInvalidTest
// Files: data/certs/InvalidpathLenConstraintTest11EE.crt data/certs/pathLenConstraint6subsubsubCA11XCert.crt data/certs/pathLenConstraint6subsubCA11Cert.crt data/certs/pathLenConstraint6subCA1Cert.crt data/certs/pathLenConstraint6CACert.crt data/crls/pathLenConstraint6subsubsubCA11XCRL.crl data/crls/pathLenConstraint6subsubCA11CRL.crl data/crls/pathLenConstraint6subCA1CRL.crl data/crls/pathLenConstraint6CACRL.crl

package gnu.testlet.java.security.cert.pkix.pkits;

public class InvalidpathLenConstraintTest11 extends BaseInvalidTest
{
  public InvalidpathLenConstraintTest11()
  {
    super(new String[] { "data/certs/InvalidpathLenConstraintTest11EE.crt",
                         "data/certs/pathLenConstraint6subsubsubCA11XCert.crt",
                         "data/certs/pathLenConstraint6subsubCA11Cert.crt",
                         "data/certs/pathLenConstraint6subCA1Cert.crt",
                         "data/certs/pathLenConstraint6CACert.crt" },
          new String[] { "data/crls/pathLenConstraint6subsubsubCA11XCRL.crl",
                         "data/crls/pathLenConstraint6subsubCA11CRL.crl",
                         "data/crls/pathLenConstraint6subCA1CRL.crl",
                         "data/crls/pathLenConstraint6CACRL.crl" });
  }
}