Interface TlsCertificateFlags


public interface TlsCertificateFlags
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The certificate does not match the
    expected identity of the site that it was retrieved from.
    static final int
    The certificate has expired
    static final int
    Some other error occurred validating
    the certificate
    static 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 future
    static 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_FLAGS
      No flags set. Since: 2.74
      See Also:
    • UNKNOWN_CA

      static final int UNKNOWN_CA
      The signing certificate authority is
      not known.
      See Also:
    • BAD_IDENTITY

      static final int BAD_IDENTITY
      The certificate does not match the
      expected identity of the site that it was retrieved from.
      See Also:
    • NOT_ACTIVATED

      static final int NOT_ACTIVATED
      The certificate's activation time
      is still in the future
      See Also:
    • EXPIRED

      static final int EXPIRED
      The certificate has expired
      See Also:
    • REVOKED

      static final int REVOKED
      The certificate has been revoked
      according to the #GTlsConnection's certificate revocation list.
      See Also:
    • INSECURE

      static final int INSECURE
      The certificate's algorithm is
      considered insecure.
      See Also:
    • GENERIC_ERROR

      static final int GENERIC_ERROR
      Some other error occurred validating
      the certificate
      See Also:
    • VALIDATE_ALL

      static final int VALIDATE_ALL
      the combination of all of the above
      flags
      See Also: