Searched defs:maxPathLength (Results 1 – 4 of 4) sorted by relevance
80 private int maxPathLength = 5; field in PKIXBuilderParameters164 public void setMaxPathLength(int maxPathLength) { in setMaxPathLength()
59 private int maxPathLength; field in ConstraintsChecker294 static int mergeBasicConstraints(X509Certificate cert, int maxPathLength) { in mergeBasicConstraints()
226 int maxPathLength() { return params.getMaxPathLength(); } in maxPathLength() method in PKIX.BuilderParams
323 int[] maxPathLength = {-2, -10, Integer.MIN_VALUE}; in testSetMaxPathLength() local