Searched refs:getMaxPathLength (Results 1 – 3 of 3) sorted by relevance
257 assertEquals(5, p.getMaxPathLength()); in testPKIXBuilderParametersKeyStoreCertSelector04()286 assertEquals(5, p.getMaxPathLength()); in testGetMaxPathLength()288 assertEquals(10, p.getMaxPathLength()); in testGetMaxPathLength()315 assertEquals(5, p.getMaxPathLength()); in testSetMaxPathLength()317 assertEquals(10, p.getMaxPathLength()); in testSetMaxPathLength()319 assertEquals(0, p.getMaxPathLength()); in testSetMaxPathLength()321 assertEquals(-1, p.getMaxPathLength()); in testSetMaxPathLength()
182 public int getMaxPathLength() { in getMaxPathLength() method in PKIXBuilderParameters
226 int maxPathLength() { return params.getMaxPathLength(); } in maxPathLength()