Searched defs:maxCRL (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/security/src/main/java/java/security/cert/
H A DX509CRLSelector.java52 private BigInteger maxCRL; field in class:X509CRLSelector
234 * @param maxCRL
238 public void setMaxCRLNumber(BigInteger maxCRL) { argument
239 this.maxCRL = maxCRL;
332 return maxCRL;
381 if (maxCRL != null) {
382 result.append("\n maxCRL: " + maxCRL); //$NON-NLS-1$
415 if ((minCRL != null) || (maxCRL !
[all...]

Completed in 49 milliseconds