Package io.qt.network

Enum QSsl.AlertType

java.lang.Object
java.lang.Enum<QSsl.AlertType>
io.qt.network.QSsl.AlertType
All Implemented Interfaces:
QtAbstractEnumerator, QtEnumerator, Serializable, Comparable<QSsl.AlertType>, Constable
Enclosing class:
QSsl

public static enum QSsl.AlertType extends Enum<QSsl.AlertType> implements QtEnumerator

Java wrapper for Qt enum QSsl::AlertType

  • Enum Constant Details

    • CloseNotify

      public static final QSsl.AlertType CloseNotify

      Representing QSsl::AlertType::CloseNotify

    • UnexpectedMessage

      public static final QSsl.AlertType UnexpectedMessage

      Representing QSsl::AlertType::UnexpectedMessage

    • BadRecordMac

      public static final QSsl.AlertType BadRecordMac

      Representing QSsl::AlertType::BadRecordMac

    • RecordOverflow

      public static final QSsl.AlertType RecordOverflow

      Representing QSsl::AlertType::RecordOverflow

    • DecompressionFailure

      public static final QSsl.AlertType DecompressionFailure

      Representing QSsl::AlertType::DecompressionFailure

    • HandshakeFailure

      public static final QSsl.AlertType HandshakeFailure

      Representing QSsl::AlertType::HandshakeFailure

    • NoCertificate

      public static final QSsl.AlertType NoCertificate

      Representing QSsl::AlertType::NoCertificate

    • BadCertificate

      public static final QSsl.AlertType BadCertificate

      Representing QSsl::AlertType::BadCertificate

    • UnsupportedCertificate

      public static final QSsl.AlertType UnsupportedCertificate

      Representing QSsl::AlertType::UnsupportedCertificate

    • CertificateRevoked

      public static final QSsl.AlertType CertificateRevoked

      Representing QSsl::AlertType::CertificateRevoked

    • CertificateExpired

      public static final QSsl.AlertType CertificateExpired

      Representing QSsl::AlertType::CertificateExpired

    • CertificateUnknown

      public static final QSsl.AlertType CertificateUnknown

      Representing QSsl::AlertType::CertificateUnknown

    • IllegalParameter

      public static final QSsl.AlertType IllegalParameter

      Representing QSsl::AlertType::IllegalParameter

    • UnknownCa

      public static final QSsl.AlertType UnknownCa

      Representing QSsl::AlertType::UnknownCa

    • AccessDenied

      public static final QSsl.AlertType AccessDenied

      Representing QSsl::AlertType::AccessDenied

    • DecodeError

      public static final QSsl.AlertType DecodeError

      Representing QSsl::AlertType::DecodeError

    • DecryptError

      public static final QSsl.AlertType DecryptError

      Representing QSsl::AlertType::DecryptError

    • ExportRestriction

      public static final QSsl.AlertType ExportRestriction

      Representing QSsl::AlertType::ExportRestriction

    • ProtocolVersion

      public static final QSsl.AlertType ProtocolVersion

      Representing QSsl::AlertType::ProtocolVersion

    • InsufficientSecurity

      public static final QSsl.AlertType InsufficientSecurity

      Representing QSsl::AlertType::InsufficientSecurity

    • InternalError

      public static final QSsl.AlertType InternalError

      Representing QSsl::AlertType::InternalError

    • InappropriateFallback

      public static final QSsl.AlertType InappropriateFallback

      Representing QSsl::AlertType::InappropriateFallback

    • UserCancelled

      public static final QSsl.AlertType UserCancelled

      Representing QSsl::AlertType::UserCancelled

    • NoRenegotiation

      public static final QSsl.AlertType NoRenegotiation

      Representing QSsl::AlertType::NoRenegotiation

    • MissingExtension

      public static final QSsl.AlertType MissingExtension

      Representing QSsl::AlertType::MissingExtension

    • UnsupportedExtension

      public static final QSsl.AlertType UnsupportedExtension

      Representing QSsl::AlertType::UnsupportedExtension

    • CertificateUnobtainable

      public static final QSsl.AlertType CertificateUnobtainable

      Representing QSsl::AlertType::CertificateUnobtainable

    • UnrecognizedName

      public static final QSsl.AlertType UnrecognizedName

      Representing QSsl::AlertType::UnrecognizedName

    • BadCertificateStatusResponse

      public static final QSsl.AlertType BadCertificateStatusResponse

      Representing QSsl::AlertType::BadCertificateStatusResponse

    • BadCertificateHashValue

      public static final QSsl.AlertType BadCertificateHashValue

      Representing QSsl::AlertType::BadCertificateHashValue

    • UnknownPskIdentity

      public static final QSsl.AlertType UnknownPskIdentity

      Representing QSsl::AlertType::UnknownPskIdentity

    • CertificateRequired

      public static final QSsl.AlertType CertificateRequired

      Representing QSsl::AlertType::CertificateRequired

    • NoApplicationProtocol

      public static final QSsl.AlertType NoApplicationProtocol

      Representing QSsl::AlertType::NoApplicationProtocol

    • UnknownAlertMessage

      public static final QSsl.AlertType UnknownAlertMessage

      Representing QSsl::AlertType::UnknownAlertMessage

  • Method Details

    • values

      public static QSsl.AlertType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static QSsl.AlertType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public int value()
      This function should return an integer value for the enum values of the enumeration that implements this interface. Default is Enum.ordinal().
      Specified by:
      value in interface QtEnumerator
    • resolve

      public static QSsl.AlertType resolve(int value)
      Returns the corresponding enum entry for the given value.
      Parameters:
      value -
      Returns:
      enum entry