Package ch.bailu.gtk.gio
Schnittstelle TlsCertificateFlags
public interface TlsCertificateFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic 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
-
Felddetails
-
NO_FLAGS
static final int NO_FLAGSNo flags set. Since: 2.74- Siehe auch:
-
UNKNOWN_CA
static final int UNKNOWN_CAThe signing certificate authority is
not known.- Siehe auch:
-
BAD_IDENTITY
static final int BAD_IDENTITYThe certificate does not match the
expected identity of the site that it was retrieved from.- Siehe auch:
-
NOT_ACTIVATED
static final int NOT_ACTIVATEDThe certificate's activation time
is still in the future- Siehe auch:
-
EXPIRED
static final int EXPIREDThe certificate has expired- Siehe auch:
-
REVOKED
static final int REVOKEDThe certificate has been revoked
according to the #GTlsConnection's certificate revocation list.- Siehe auch:
-
INSECURE
static final int INSECUREThe certificate's algorithm is
considered insecure.- Siehe auch:
-
GENERIC_ERROR
static final int GENERIC_ERRORSome other error occurred validating
the certificate- Siehe auch:
-
VALIDATE_ALL
static final int VALIDATE_ALLthe combination of all of the above
flags- Siehe auch:
-