Uses of Interface
com.teamdev.jxbrowser.net.callback.VerifyCertificateCallback.Response
-
Uses of VerifyCertificateCallback.Response in com.teamdev.jxbrowser.net.callback
Modifier and TypeMethodDescriptionVerifyCertificateCallback.Response.defaultAction()
Notifies the engine that the engine itself must verify the certificate.VerifyCertificateCallback.Response.invalid
(CertVerificationStatus... verificationStatuses) Notifies the engine that the given certificate is invalid with the specificverificationStatus
.VerifyCertificateCallback.Response.valid()
Notifies the engine that the given certificate is valid.