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 TypeMethodDescriptionstatic CertVerificationStatus
CertVerificationStatus.forNumber
(int value) default CertVerificationStatus
CertVerificationError.status()
The certificate verification status.static CertVerificationStatus
CertVerificationStatus.valueOf
(int value) Deprecated.static CertVerificationStatus
CertVerificationStatus.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CertVerificationStatus
Returns 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.Methods in com.teamdev.jxbrowser.net.tls that return types with arguments of type CertVerificationStatusModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CertVerificationStatus>
CertVerificationStatus.internalGetValueMap()
VerifyCertificateCallback.Params.verificationErrors()