Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLStreamingEncryptionFlag

SDLStreamingEncryptionFlag Enumeration Reference

Section Contents

Overview

A flag determining how video and audio streaming should be encrypted

SDLStreamingEncryptionFlagNone

It should not be encrypted at all

Objective-C

SDLStreamingEncryptionFlagNone

Swift

case none = 0

SDLStreamingEncryptionFlagAuthenticateOnly

It should use SSL/TLS only to authenticate

Objective-C

SDLStreamingEncryptionFlagAuthenticateOnly

Swift

case authenticateOnly = 1

SDLStreamingEncryptionFlagAuthenticateAndEncrypt

All data on these services should be encrypted using SSL/TLS

Objective-C

SDLStreamingEncryptionFlagAuthenticateAndEncrypt

Swift

case authenticateAndEncrypt = 2
View on GitHub.com
Previous Section Next Section