java.security.cert
public interface CertSelector extends Cloneable
| Method Summary | |
|---|---|
| Object | clone()
Returns a copy of this CertSelector.
|
| boolean | match(Certificate cert)
Match a certificate according to this selector's criteria.
|
Returns: The copy.
Parameters: cert The certificate to match.
Returns: true if the certificate matches thin criteria.