java.security.cert.CertSelector |
Known Indirect Subclasses |
The interface specification to determine whether a Certificate
meets some criteria.
The implementations of this interface are typically used to define the
criteria for selecting Certificate
s from a CertStore
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Clones this
CertSelector instance. | |||||||||||
Checks whether the defined criteria of this instance match the specified
certificate.
|
Clones this CertSelector
instance.
Checks whether the defined criteria of this instance match the specified certificate.
cert | the certificate to be evaluated. |
---|
true
if the certificate matches the criteria, false
otherwise.