SpekeKeyProvider class
A configuration for accessing an external Secure Packager and Encoder Key Exchange (SPEKE) service that will provide encryption keys.
Constructors
-
SpekeKeyProvider({required String roleArn, required List<
String> systemIds, required String url}) -
SpekeKeyProvider.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- roleArn → String
-
An Amazon Resource Name (ARN) of an IAM role that AWS Elemental
MediaPackage will assume when accessing the key provider service.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
systemIds
→ List<
String> -
The system IDs to include in key requests.
final
- url → String
-
The URL of the external key provider service.
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