The implementations of this interface are typically used to define the criteria for selecting {@code Certificate}s from a {@code CertStore}.
Clones this {@code CertSelector} instance.returnthe cloned instance.sinceAndroid 1.0
Checks whether the defined criteria of this instance match the specified certificate.paramcert the certificate to be evaluated.return{@code true} if the certificate matches the criteria, {@code false} otherwise.sinceAndroid 1.0