Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/tests/security/cert/
DX509CRLSelector2Test.java57 assertNull(selector.getMinCRL()); in testX509CRLSelector()
388 assertNull("Initially the minCRL should be null.", selector.getMinCRL()); in testGetMinCRL()
392 .equals(selector.getMinCRL())); in testGetMinCRL()
/libcore/ojluni/src/main/java/java/security/cert/
DX509CRLSelector.java512 public BigInteger getMinCRL() { in getMinCRL() method in X509CRLSelector