public interface CertSelector extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns a copy of this CertSelector.
|
boolean |
match(Certificate cert)
Match a certificate according to this selector's criteria.
|
boolean match(Certificate cert)
cert - The certificate to match.