public interface CertSelector extends Cloneable
Certificate meets some criteria.
The implementations of this interface are typically used to define the
criteria for selecting Certificates from a CertStore.
CertStore,
Certificate| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clones this
CertSelector instance. |
boolean |
match(Certificate cert)
Checks whether the defined criteria of this instance match the specified
certificate.
|
Object clone()
CertSelector instance.boolean match(Certificate cert)
cert - the certificate to be evaluated.true if the certificate matches the criteria, false otherwise.