Package io.qt.network

Enum QSsl.ImplementedClass

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

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

Java wrapper for Qt enum QSsl::ImplementedClass

  • Enum Constant Details

    • Key

      public static final QSsl.ImplementedClass Key

      Representing QSsl::ImplementedClass::Key

    • Certificate

      public static final QSsl.ImplementedClass Certificate

      Representing QSsl::ImplementedClass::Certificate

    • Socket

      public static final QSsl.ImplementedClass Socket

      Representing QSsl::ImplementedClass::Socket

    • DiffieHellman

      public static final QSsl.ImplementedClass DiffieHellman

      Representing QSsl::ImplementedClass::DiffieHellman

    • EllipticCurve

      public static final QSsl.ImplementedClass EllipticCurve

      Representing QSsl::ImplementedClass::EllipticCurve

    • Dtls

      public static final QSsl.ImplementedClass Dtls

      Representing QSsl::ImplementedClass::Dtls

    • DtlsCookie

      public static final QSsl.ImplementedClass DtlsCookie

      Representing QSsl::ImplementedClass::DtlsCookie

  • Method Details

    • values

      public static QSsl.ImplementedClass[] 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.ImplementedClass 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.ImplementedClass resolve(int value)
      Returns the corresponding enum entry for the given value.
      Parameters:
      value -
      Returns:
      enum entry