public interface AuditCertPathValidatorEvent extends AuditEvent
| Modifier and Type | Method and Description | 
|---|---|
CertPath | 
getCertPath()
Gets the  
CertPath to be validated. | 
ContextHandler | 
getContext()
Gets an optional  
ContextHandler object that may specify
 additional data on how to validate the CertPath. | 
X509Certificate[] | 
getTrustedCAs()
Gets an optional list of trusted Certificate Authorities that
 may be used to validate the  
CertPath | 
getEventType, getFailureException, getSeverity, toStringCertPath getCertPath()
CertPath to be validated.CertPathContextHandler getContext()
ContextHandler object that may specify
 additional data on how to validate the CertPath.X509Certificate[] getTrustedCAs()
CertPathX509Certificate[] containing the trusted
 certificate authorities, may be null.