static let negotiatedSSL : StreamSocketSecurityLevel
Specifies that the highest level security protocol that can be negotiated be set as the security protocol for a socket stream.
保安プロトコルとしてソケットストリームに対して設定されるのを交渉されることが可能である最高水準の保安プロトコルを指定します。
static let none: StreamSocketSecurityLevel
Specifies that no security level be set for a socket stream.
どんな保安水準もあるソケットストリームに対して設定されないことを指定します。
static let ssLv2 : StreamSocketSecurityLevel
Specifies that SSL version 2 be set as the security protocol for a socket stream.
SSLバージョン2が保安プロトコルとしてあるソケットストリームに対して設定されることを指定します。
static let ssLv3 : StreamSocketSecurityLevel
Specifies that SSL version 3 be set as the security protocol for a socket stream.
SSLバージョン3が保安プロトコルとしてあるソケットストリームに対して設定されることを指定します。
static let tlSv1 : StreamSocketSecurityLevel
Specifies that TLS version 1 be set as the security protocol for a socket stream.
TLSバージョン1が保安プロトコルとしてあるソケットストリームに対して設定されることを指定します。