public interface KeychainCertFilter
KeychainIdentities to determine if a
Certificate in the keychain is acceptable based on criteria that is defined in method
acceptCertificate(X509Certificate).
If a certificate is acceptable, this method will return true,
if not acceptable it will return false.| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptCertificate(X509Certificate certificate)
This method is used to determine if a certificate is acceptable based on
criteria that is defined by this method.
|
boolean acceptCertificate(X509Certificate certificate)
certificate - The certificate that will be checked for acceptability