Example usage for Java java.security.cert X509CRLSelector fields, constructors, methods, implement or subclass
The text is from its open source code.
X509CRLSelector() Creates an X509CRLSelector . |
void | addIssuer(X500Principal issuer) Adds a name to the issuerNames criterion. |
Date | getDateAndTime() Returns the dateAndTime criterion. |
Collection | getIssuers() Returns the issuerNames criterion. |
void | setIssuers(Collection Sets the issuerNames criterion. |
void | setMaxCRLNumber(BigInteger maxCRL) Sets the maxCRLNumber criterion. |
void | setMinCRLNumber(BigInteger minCRL) Sets the minCRLNumber criterion. |