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