- 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 ConstantsEnum ConstantDescriptionRepresenting QSsl::AlertType::AccessDeniedRepresenting QSsl::AlertType::BadCertificateRepresenting QSsl::AlertType::BadCertificateHashValueRepresenting QSsl::AlertType::BadCertificateStatusResponseRepresenting QSsl::AlertType::BadRecordMacRepresenting QSsl::AlertType::CertificateExpiredRepresenting QSsl::AlertType::CertificateRequiredRepresenting QSsl::AlertType::CertificateRevokedRepresenting QSsl::AlertType::CertificateUnknownRepresenting QSsl::AlertType::CertificateUnobtainableRepresenting QSsl::AlertType::CloseNotifyRepresenting QSsl::AlertType::DecodeErrorRepresenting QSsl::AlertType::DecompressionFailureRepresenting QSsl::AlertType::DecryptErrorRepresenting QSsl::AlertType::ExportRestrictionRepresenting QSsl::AlertType::HandshakeFailureRepresenting QSsl::AlertType::IllegalParameterRepresenting QSsl::AlertType::InappropriateFallbackRepresenting QSsl::AlertType::InsufficientSecurityRepresenting QSsl::AlertType::InternalErrorRepresenting QSsl::AlertType::MissingExtensionRepresenting QSsl::AlertType::NoApplicationProtocolRepresenting QSsl::AlertType::NoCertificateRepresenting QSsl::AlertType::NoRenegotiationRepresenting QSsl::AlertType::ProtocolVersionRepresenting QSsl::AlertType::RecordOverflowRepresenting QSsl::AlertType::UnexpectedMessageRepresenting QSsl::AlertType::UnknownAlertMessageRepresenting QSsl::AlertType::UnknownCaRepresenting QSsl::AlertType::UnknownPskIdentityRepresenting QSsl::AlertType::UnrecognizedNameRepresenting QSsl::AlertType::UnsupportedCertificateRepresenting QSsl::AlertType::UnsupportedExtensionRepresenting QSsl::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.QtEnumerator
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
-