AuditEvent
public interface AuditCertPathBuilderEvent extends AuditEvent
Modifier and Type | Method | Description |
---|---|---|
CertPathSelector |
getCertPathSelector() |
Gets the
CertPathSelector object that specifies
which CertPath to look up and validate. |
ContextHandler |
getContext() |
Gets an optional
ContextHandler object that may specify
additional data on how to look up and validate the CertPath |
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, toString
CertPathSelector getCertPathSelector()
CertPathSelector
object that specifies
which CertPath
to look up and validate.CertPathSelector
ContextHandler getContext()
ContextHandler
object that may specify
additional data on how to look up and validate the CertPath
ContextHandler
, may be null.java.security.cert.X509Certificate[] getTrustedCAs()
CertPath
X509Certificate[]
containing the trusted
certificate authorities, may be null.