Encryption class

Encryption settings.

Constructors

Encryption({Aes128Encryption? aes128, String? iv, String? key, MpegCommonEncryption? mpegCenc, SampleAesEncryption? sampleAes})
Encryption.fromJson(Map _json)

Properties

aes128 Aes128Encryption?
Configuration for AES-128 encryption.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iv String?
128 bit Initialization Vector (IV) represented as lowercase hexadecimal digits.
getter/setter pair
key String?
128 bit encryption key represented as lowercase hexadecimal digits.
getter/setter pair
mpegCenc MpegCommonEncryption?
Configuration for MPEG Common Encryption (MPEG-CENC).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleAes SampleAesEncryption?
Configuration for SAMPLE-AES encryption.
getter/setter pair

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