---
title: SSLCipherSuite
framework: security
role: symbol
role_heading: Type Alias
path: security/sslciphersuite
---

# SSLCipherSuite

A type for storing cipher suite values.

## Declaration

```swift
typealias SSLCipherSuite = UInt16
```

```swift
typealias SSLCipherSuite = UInt32
```

## Discussion

Discussion See SSL Cipher Suite Values for a list of valid values.
