OriginEndpointDashEncryption

data class OriginEndpointDashEncryption(val keyRotationIntervalSeconds: Int? = null, val spekeKeyProvider: OriginEndpointSpekeKeyProvider)

A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.

Constructors

Link copied to clipboard
constructor(keyRotationIntervalSeconds: Int? = null, spekeKeyProvider: OriginEndpointSpekeKeyProvider)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time (in seconds) between each encryption key rotation.

Link copied to clipboard

Parameters for the SPEKE key provider.