CRLSelector
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
X509CRLSelector |
A CRLSelector that selects X509CRLs that
match all specified criteria. |
|
A selector that defines a set of criteria for selecting CRL
s.
Classes that implement this interface are often used to specify
which CRL
s should be retrieved from a CertStore
.
Concurrent Access
Unless otherwise specified, the methods defined in this interface are not
thread-safe. Multiple threads that need to access a single
object concurrently should synchronize amongst themselves and
provide the necessary locking. Multiple threads each manipulating
separate objects need not synchronize.
Public Method Summary
abstract
Object
|
clone()
Makes a copy of this CRLSelector .
|
abstract
boolean
|
match( CRL crl)
Decides whether a CRL should be selected.
|
Public Methods
public
abstract
Object
clone
()
Makes a copy of this CRLSelector
. Changes to the
copy will not affect the original and vice versa.
Returns
- a copy of this
CRLSelector
public
abstract
boolean
match
(CRL crl)
Decides whether a CRL
should be selected.
Parameters
crl |
the CRL to be checked |
Returns
true
if the CRL
should be selected,
false
otherwise
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2024-07-10 UTC."}