public interface CapiCertFilter
CapiIdentities to determine if a
CertContext is acceptable based on criteria that is defined in method
acceptCertificate(CertContext, CertStore).
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(CertContext certificate,
CertStore certStore)
This method is used to determine if a CertContext is acceptable based on
criteria that is defined by this method.
|
boolean acceptCertificate(CertContext certificate, CertStore certStore)
The CertStore is the CertStore where CertContext was retrieved, and may be useful when defining the criteria for acceptable certificates. Null is acceptable
certificate - The CertContext that will be checked for acceptability.certStore - The CertStore that was used to retrieve the certificate