StaticKeyProvider

Use these settings to set up encryption with a static key provider.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Relates to DRM implementation. Sets the value of the KEYFORMAT attribute. Must be 'identity' or a reverse DNS string. May be omitted to indicate an implicit value of 'identity'.

Link copied to clipboard

Relates to DRM implementation. Either a single positive integer version value or a slash delimited list of version values (1/2/3).

Link copied to clipboard

Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value.

Link copied to clipboard
val url: String?

Relates to DRM implementation. The location of the license server used for protecting content.

Functions

Link copied to clipboard
inline fun copy(block: StaticKeyProvider.Builder.() -> Unit = {}): StaticKeyProvider
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String