Uses of Enum Class
com.teamdev.jxbrowser.net.tls.CertVerificationStatus
Packages that use CertVerificationStatus
Package
Description
The network service callbacks.
Contains classes and interfaces for working with SSL certificates.
-
Uses of CertVerificationStatus in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback that return types with arguments of type CertVerificationStatusModifier and TypeMethodDescriptiondefault List<CertVerificationStatus> VerifyCertificateCallback.Params.verificationStatuses()Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.teamdev.jxbrowser.net.callback with parameters of type CertVerificationStatusModifier and TypeMethodDescriptionVerifyCertificateCallback.Response.invalid(CertVerificationStatus... verificationStatuses) Notifies the engine that the given certificate is invalid with the specificverificationStatus. -
Uses of CertVerificationStatus in com.teamdev.jxbrowser.net.tls
Methods in com.teamdev.jxbrowser.net.tls that return CertVerificationStatusModifier and TypeMethodDescriptiondefault CertVerificationStatusCertVerificationError.status()The certificate verification status.static CertVerificationStatusReturns the enum constant of this class with the specified name.static CertVerificationStatus[]CertVerificationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.
VerifyCertificateCallback.Params.verificationErrors()