- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QSsl.AlertType>
,Constable
- Enclosing class:
QSsl
Java wrapper for Qt enum QSsl::AlertType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionRepresentingQSsl::
AlertType:: AccessDenied RepresentingQSsl::
AlertType:: BadCertificate RepresentingQSsl::
AlertType:: BadCertificateHashValue RepresentingQSsl::
AlertType:: BadCertificateStatusResponse RepresentingQSsl::
AlertType:: BadRecordMac RepresentingQSsl::
AlertType:: CertificateExpired RepresentingQSsl::
AlertType:: CertificateRequired RepresentingQSsl::
AlertType:: CertificateRevoked RepresentingQSsl::
AlertType:: CertificateUnknown RepresentingQSsl::
AlertType:: CertificateUnobtainable RepresentingQSsl::
AlertType:: CloseNotify RepresentingQSsl::
AlertType:: DecodeError RepresentingQSsl::
AlertType:: DecompressionFailure RepresentingQSsl::
AlertType:: DecryptError RepresentingQSsl::
AlertType:: ExportRestriction RepresentingQSsl::
AlertType:: HandshakeFailure RepresentingQSsl::
AlertType:: IllegalParameter RepresentingQSsl::
AlertType:: InappropriateFallback RepresentingQSsl::
AlertType:: InsufficientSecurity RepresentingQSsl::
AlertType:: InternalError RepresentingQSsl::
AlertType:: MissingExtension RepresentingQSsl::
AlertType:: NoApplicationProtocol RepresentingQSsl::
AlertType:: NoCertificate RepresentingQSsl::
AlertType:: NoRenegotiation RepresentingQSsl::
AlertType:: ProtocolVersion RepresentingQSsl::
AlertType:: RecordOverflow RepresentingQSsl::
AlertType:: UnexpectedMessage RepresentingQSsl::
AlertType:: UnknownAlertMessage RepresentingQSsl::
AlertType:: UnknownCa RepresentingQSsl::
AlertType:: UnknownPskIdentity RepresentingQSsl::
AlertType:: UnrecognizedName RepresentingQSsl::
AlertType:: UnsupportedCertificate RepresentingQSsl::
AlertType:: UnsupportedExtension RepresentingQSsl::
AlertType:: UserCancelled -
Method Summary
Modifier and TypeMethodDescriptionstatic QSsl.AlertType
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static QSsl.AlertType
Returns the enum constant of this type with the specified name.static QSsl.AlertType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtAbstractEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
CloseNotify
Representing
QSsl::
AlertType:: CloseNotify -
UnexpectedMessage
Representing
QSsl::
AlertType:: UnexpectedMessage -
BadRecordMac
Representing
QSsl::
AlertType:: BadRecordMac -
RecordOverflow
Representing
QSsl::
AlertType:: RecordOverflow -
DecompressionFailure
Representing
QSsl::
AlertType:: DecompressionFailure -
HandshakeFailure
Representing
QSsl::
AlertType:: HandshakeFailure -
NoCertificate
Representing
QSsl::
AlertType:: NoCertificate -
BadCertificate
Representing
QSsl::
AlertType:: BadCertificate -
UnsupportedCertificate
Representing
QSsl::
AlertType:: UnsupportedCertificate -
CertificateRevoked
Representing
QSsl::
AlertType:: CertificateRevoked -
CertificateExpired
Representing
QSsl::
AlertType:: CertificateExpired -
CertificateUnknown
Representing
QSsl::
AlertType:: CertificateUnknown -
IllegalParameter
Representing
QSsl::
AlertType:: IllegalParameter -
UnknownCa
Representing
QSsl::
AlertType:: UnknownCa -
AccessDenied
Representing
QSsl::
AlertType:: AccessDenied -
DecodeError
Representing
QSsl::
AlertType:: DecodeError -
DecryptError
Representing
QSsl::
AlertType:: DecryptError -
ExportRestriction
Representing
QSsl::
AlertType:: ExportRestriction -
ProtocolVersion
Representing
QSsl::
AlertType:: ProtocolVersion -
InsufficientSecurity
Representing
QSsl::
AlertType:: InsufficientSecurity -
InternalError
Representing
QSsl::
AlertType:: InternalError -
InappropriateFallback
Representing
QSsl::
AlertType:: InappropriateFallback -
UserCancelled
Representing
QSsl::
AlertType:: UserCancelled -
NoRenegotiation
Representing
QSsl::
AlertType:: NoRenegotiation -
MissingExtension
Representing
QSsl::
AlertType:: MissingExtension -
UnsupportedExtension
Representing
QSsl::
AlertType:: UnsupportedExtension -
CertificateUnobtainable
Representing
QSsl::
AlertType:: CertificateUnobtainable -
UnrecognizedName
Representing
QSsl::
AlertType:: UnrecognizedName -
BadCertificateStatusResponse
Representing
QSsl::
AlertType:: BadCertificateStatusResponse -
BadCertificateHashValue
Representing
QSsl::
AlertType:: BadCertificateHashValue -
UnknownPskIdentity
Representing
QSsl::
AlertType:: UnknownPskIdentity -
CertificateRequired
Representing
QSsl::
AlertType:: CertificateRequired -
NoApplicationProtocol
Representing
QSsl::
AlertType:: NoApplicationProtocol -
UnknownAlertMessage
Representing
QSsl::
AlertType:: UnknownAlertMessage
-
-
Method Details
-
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
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 nameNullPointerException
- 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 isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-