Home
last modified time | relevance | path

Searched refs:getMaxPathLength (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DPKIXBuilderParametersTest.java257 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()
/libcore/ojluni/src/main/java/java/security/cert/
DPKIXBuilderParameters.java182 public int getMaxPathLength() { in getMaxPathLength() method in PKIXBuilderParameters
/libcore/ojluni/src/main/java/sun/security/provider/certpath/
DPKIX.java226 int maxPathLength() { return params.getMaxPathLength(); } in maxPathLength()