SSLProtocol enum

Inheritance
Available extensions

Values

kSSLProtocolUnknown → const SSLProtocol
const SSLProtocol(0)
kTLSProtocol1 → const SSLProtocol
const SSLProtocol(4)
kTLSProtocol11 → const SSLProtocol
const SSLProtocol(7)
kTLSProtocol12 → const SSLProtocol
const SSLProtocol(8)
kDTLSProtocol1 → const SSLProtocol
const SSLProtocol(9)
kTLSProtocol13 → const SSLProtocol
const SSLProtocol(10)
kDTLSProtocol12 → const SSLProtocol
const SSLProtocol(11)
kTLSProtocolMaxSupported → const SSLProtocol
const SSLProtocol(999)
kSSLProtocol2 → const SSLProtocol
const SSLProtocol(1)
kSSLProtocol3 → const SSLProtocol
const SSLProtocol(2)
kSSLProtocol3Only → const SSLProtocol
const SSLProtocol(3)
kTLSProtocol1Only → const SSLProtocol
const SSLProtocol(5)
kSSLProtocolAll → const SSLProtocol
const SSLProtocol(6)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromValue(int value) SSLProtocol

Constants

values → const List<SSLProtocol>
A constant List of the values in this enum, in order of their declaration.