Package com.teamdev.jxbrowser.net.tls
Interface CertVerificationError
public interface CertVerificationError
An error found by Chromium when verifying an SSL certificate.
- Since:
- 7.26
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
A detailed localized human-readable description of the verification error.default String
A short localized human-readable description of the verification error.default CertVerificationStatus
status()
The certificate verification status.
-
Method Details
-
status
The certificate verification status. -
shortDescription
A short localized human-readable description of the verification error. -
detailedDescription
A detailed localized human-readable description of the verification error.This message is formatted with HTML.
-