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
    • UnexpectedMessage

      public static final QSsl.AlertType UnexpectedMessage
    • BadRecordMac

      public static final QSsl.AlertType BadRecordMac
    • RecordOverflow

      public static final QSsl.AlertType RecordOverflow
    • DecompressionFailure

      public static final QSsl.AlertType DecompressionFailure
    • HandshakeFailure

      public static final QSsl.AlertType HandshakeFailure
    • NoCertificate

      public static final QSsl.AlertType NoCertificate
    • BadCertificate

      public static final QSsl.AlertType BadCertificate
    • UnsupportedCertificate

      public static final QSsl.AlertType UnsupportedCertificate
    • CertificateRevoked

      public static final QSsl.AlertType CertificateRevoked
    • CertificateExpired

      public static final QSsl.AlertType CertificateExpired
    • CertificateUnknown

      public static final QSsl.AlertType CertificateUnknown
    • IllegalParameter

      public static final QSsl.AlertType IllegalParameter
    • UnknownCa

      public static final QSsl.AlertType UnknownCa
    • AccessDenied

      public static final QSsl.AlertType AccessDenied
    • DecodeError

      public static final QSsl.AlertType DecodeError
    • DecryptError

      public static final QSsl.AlertType DecryptError
    • ExportRestriction

      public static final QSsl.AlertType ExportRestriction
    • ProtocolVersion

      public static final QSsl.AlertType ProtocolVersion
    • InsufficientSecurity

      public static final QSsl.AlertType InsufficientSecurity
    • InternalError

      public static final QSsl.AlertType InternalError
    • InappropriateFallback

      public static final QSsl.AlertType InappropriateFallback
    • UserCancelled

      public static final QSsl.AlertType UserCancelled
    • NoRenegotiation

      public static final QSsl.AlertType NoRenegotiation
    • MissingExtension

      public static final QSsl.AlertType MissingExtension
    • UnsupportedExtension

      public static final QSsl.AlertType UnsupportedExtension
    • CertificateUnobtainable

      public static final QSsl.AlertType CertificateUnobtainable
    • UnrecognizedName

      public static final QSsl.AlertType UnrecognizedName
    • BadCertificateStatusResponse

      public static final QSsl.AlertType BadCertificateStatusResponse
    • BadCertificateHashValue

      public static final QSsl.AlertType BadCertificateHashValue
    • UnknownPskIdentity

      public static final QSsl.AlertType UnknownPskIdentity
    • CertificateRequired

      public static final QSsl.AlertType CertificateRequired
    • NoApplicationProtocol

      public static final QSsl.AlertType NoApplicationProtocol
    • UnknownAlertMessage

      public static final 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