java.security.cert
Interface CertSelector

All Superinterfaces:
Cloneable
All Known Implementing Classes:
X509CertSelector

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.
 

Method Detail

clone

Object clone()
Returns a copy of this CertSelector.

Returns:
The copy.

match

boolean match(Certificate cert)
Match a certificate according to this selector's criteria.

Parameters:
cert - The certificate to match.
Returns:
true if the certificate matches thin criteria.