Package ch.bailu.gtk.gio
Interface TlsCertificateFlags
public interface TlsCertificateFlags
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The certificate does not match the
expected identity of the site that it was retrieved from.static final int
The certificate has expiredstatic final int
Some other error occurred validating
the certificatestatic final int
The certificate's algorithm is
considered insecure.static final int
No flags set.static final int
The certificate's activation time
is still in the futurestatic final int
The certificate has been revoked
according to the #GTlsConnection's certificate revocation list.static final int
The signing certificate authority is
not known.static final int
the combination of all of the above
flags
-
Field Details
-
NO_FLAGS
static final int NO_FLAGSNo flags set. Since: 2.74- See Also:
-
UNKNOWN_CA
static final int UNKNOWN_CAThe signing certificate authority is
not known.- See Also:
-
BAD_IDENTITY
static final int BAD_IDENTITYThe certificate does not match the
expected identity of the site that it was retrieved from.- See Also:
-
NOT_ACTIVATED
static final int NOT_ACTIVATEDThe certificate's activation time
is still in the future- See Also:
-
EXPIRED
static final int EXPIREDThe certificate has expired- See Also:
-
REVOKED
static final int REVOKEDThe certificate has been revoked
according to the #GTlsConnection's certificate revocation list.- See Also:
-
INSECURE
static final int INSECUREThe certificate's algorithm is
considered insecure.- See Also:
-
GENERIC_ERROR
static final int GENERIC_ERRORSome other error occurred validating
the certificate- See Also:
-
VALIDATE_ALL
static final int VALIDATE_ALLthe combination of all of the above
flags- See Also:
-