Searched refs:getMaxCRL (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/tests/security/cert/
H A DX509CRLSelector2Test.java56 assertNull(selector.getMaxCRL());
396 * getMaxCRL() method testing. Tests if the method return null in the case
402 assertNull("Initially the maxCRL should be null.", selector.getMaxCRL());
406 .equals(selector.getMaxCRL()));
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
H A DLDAPCertStore.java1068 public BigInteger getMaxCRL() { method in class:LDAPCertStore.LDAPCRLSelector
1069 return selector.getMaxCRL();
/libcore/ojluni/src/main/java/java/security/cert/
H A DX509CRLSelector.java524 public BigInteger getMaxCRL() { method in class:X509CRLSelector

Completed in 188 milliseconds