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

/libcore/luni/src/test/java/tests/security/cert/
H A DPKIXBuilderParametersTest.java257 assertEquals(5, p.getMaxPathLength());
264 * Test for <code>getMaxPathLength()</code>
286 assertEquals(5, p.getMaxPathLength());
288 assertEquals(10, p.getMaxPathLength());
315 assertEquals(5, p.getMaxPathLength());
317 assertEquals(10, p.getMaxPathLength());
319 assertEquals(0, p.getMaxPathLength());
321 assertEquals(-1, p.getMaxPathLength());
/libcore/luni/src/main/java/java/security/cert/
H A DPKIXBuilderParameters.java93 public int getMaxPathLength() { method in class:PKIXBuilderParameters

Completed in 2450 milliseconds