StaticKeyProvider class

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

Constructors

StaticKeyProvider({String? keyFormat, String? keyFormatVersions, String? staticKeyValue, String? url})
StaticKeyProvider.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keyFormat String?
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'.
final
keyFormatVersions String?
Relates to DRM implementation. Either a single positive integer version value or a slash delimited list of version values (1/2/3).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
staticKeyValue String?
Relates to DRM implementation. Use a 32-character hexidecimal string to specify Key Value (StaticKeyValue).
final
url String?
Relates to DRM implementation. The location of the license server used for protecting content.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited