Searched defs:diff (Results 1 - 1 of 1) sorted by relevance

/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java314 private String diff = null; field in class:TestCertUtils.TestCertificate
328 public TestCertificate(String diff) { argument
330 this.diff = diff;
335 * diff. Leave the <code>diff</code> null when no difference needed.
337 * @param diff
340 public TestCertificate(String diff, String type) { argument
342 this.diff = diff;
[all...]

Completed in 16 milliseconds