Searched refs:DATA_DIR (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/xml/crypto/dsig/
H A DValidationTests.java50 private final static String DATA_DIR = field in class:ValidationTests
53 DATA_DIR + System.getProperty("file.separator") + "certs" +
82 new KeySelectors.CollectionKeySelector(new File(DATA_DIR));
118 validator = new SignatureValidator(new File(DATA_DIR));
191 (DATA_DIR, uri.substring(uri.lastIndexOf('/'))));
H A DGenerationTests.java94 private final static String DATA_DIR = field in class:GenerationTests
97 DATA_DIR + System.getProperty("file.separator") + "certs" +
100 DATA_DIR + System.getProperty("file.separator") + "certs" +
103 DATA_DIR + System.getProperty("file.separator") + "envelope.xml";
822 File f = new File(DATA_DIR);
1190 (DATA_DIR, uri.substring(uri.lastIndexOf('/'))));

Completed in 36 milliseconds