Java java.security.cert X509CRLSelector fields, constructors, methods, implement or subclass

Example usage for Java java.security.cert X509CRLSelector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security.cert X509CRLSelector.

The text is from its open source code.

Constructor

X509CRLSelector()
Creates an X509CRLSelector .

Method

voidaddIssuer(X500Principal issuer)
Adds a name to the issuerNames criterion.
DategetDateAndTime()
Returns the dateAndTime criterion.
CollectiongetIssuers()
Returns the issuerNames criterion.
voidsetIssuers(Collection issuers)
Sets the issuerNames criterion.
voidsetMaxCRLNumber(BigInteger maxCRL)
Sets the maxCRLNumber criterion.
voidsetMinCRLNumber(BigInteger minCRL)
Sets the minCRLNumber criterion.