AuditEventpublic interface AuditCertPathBuilderEvent extends AuditEvent
| Modifier and Type | Method | Description | 
|---|---|---|
| CertPathSelector | getCertPathSelector() | Gets the  CertPathSelectorobject that specifies
 whichCertPathto look up and validate. | 
| ContextHandler | getContext() | Gets an optional  ContextHandlerobject that may specify
 additional data on how to look up and validate theCertPath | 
| java.security.cert.X509Certificate[] | getTrustedCAs() | Gets an optional list of trusted Certificate Authorities that
 may be used to look up and validate the  CertPath | 
getEventType, getFailureException, getSeverity, toStringCertPathSelector getCertPathSelector()
CertPathSelector object that specifies
 which CertPath to look up and validate.CertPathSelectorContextHandler getContext()
ContextHandler object that may specify
 additional data on how to look up and validate the CertPathContextHandler, may be null.java.security.cert.X509Certificate[] getTrustedCAs()
CertPathX509Certificate[] containing the trusted
 certificate authorities, may be null.