Home
last modified time | relevance | path

Searched refs:getMaxCRL (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
DX509CRLSelector2Test.java56 assertNull(selector.getMaxCRL()); in testX509CRLSelector()
402 assertNull("Initially the maxCRL should be null.", selector.getMaxCRL()); in testGetMaxCRL()
406 .equals(selector.getMaxCRL())); in testGetMaxCRL()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CRLSelector.java524 public BigInteger getMaxCRL() { in getMaxCRL() method in X509CRLSelector