Schnittstelle TlsCertificateFlags


public interface TlsCertificateFlags
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    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
  • Felddetails

    • NO_FLAGS

      static final int NO_FLAGS
      No flags set. Since: 2.74
      Siehe auch:
    • UNKNOWN_CA

      static final int UNKNOWN_CA
      The signing certificate authority is
      not known.
      Siehe auch:
    • BAD_IDENTITY

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

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

      static final int EXPIRED
      The certificate has expired
      Siehe auch:
    • REVOKED

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

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

      static final int GENERIC_ERROR
      Some other error occurred validating
      the certificate
      Siehe auch:
    • VALIDATE_ALL

      static final int VALIDATE_ALL
      the combination of all of the above
      flags
      Siehe auch: