SpekeKeyProvider class
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a SPEKE-compliant key provider. If your output group type is CMAF, use the SpekeKeyProviderCmaf settings instead.
Constructors
-
SpekeKeyProvider({String? certificateArn, String? resourceId, List<
String> ? systemIds, String? url}) -
SpekeKeyProvider.fromJson(Map<
String, dynamic> json) -
factory
Properties
- certificateArn → String?
-
If you want your key provider to encrypt the content keys that it provides
to MediaConvert, set up a certificate with a master key using AWS
Certificate Manager. Specify the certificate's Amazon Resource Name (ARN)
here.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resourceId → String?
-
Specify the resource ID that your SPEKE-compliant key provider uses to
identify this content.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
systemIds
→ List<
String> ? -
Relates to SPEKE implementation. DRM system identifiers. DASH output groups
support a max of two system ids. Other group types support one system id.
See
https://dashif.org/identifiers/content_protection/ for more details.
final
- url → String?
-
Specify the URL to the key server that your SPEKE-compliant DRM key provider
uses to provide keys for encrypting your 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