java.security.cert

Interface CertSelector

public interface CertSelector extends Cloneable

Method Summary
Objectclone()
Returns a copy of this CertSelector.
booleanmatch(Certificate cert)
Match a certificate according to this selector's criteria.

Method Detail

clone

public Object clone()
Returns a copy of this CertSelector.

Returns: The copy.

match

public 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.