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

/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CRLSelector.java83 private BigInteger maxCRL; field in class:X509CRLSelector
400 * @param maxCRL the maximum CRL number accepted (or <code>null</code>)
402 public void setMaxCRLNumber(BigInteger maxCRL) { argument
403 this.maxCRL = maxCRL;
525 return maxCRL;
579 if (maxCRL != null)
580 sb.append(" maxCRLNumber: " + maxCRL + "\n");
621 if ((minCRL != null) || (maxCRL != null)) {
655 if (maxCRL !
[all...]

Completed in 37 milliseconds