static SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.builder() |
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.certificateArn(String certificateArn) |
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.
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.dashSignaledSystemIds(String... dashSignaledSystemIds) |
Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of
this CMAF package.
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.dashSignaledSystemIds(Collection<String> dashSignaledSystemIds) |
Specify the DRM system IDs that you want signaled in the DASH manifest that MediaConvert creates as part of
this CMAF package.
|
default SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.encryptionContractConfiguration(Consumer<EncryptionContractConfiguration.Builder> encryptionContractConfiguration) |
Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses when encrypting your output.
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.encryptionContractConfiguration(EncryptionContractConfiguration encryptionContractConfiguration) |
Specify the SPEKE version, either v1.0 or v2.0, that MediaConvert uses when encrypting your output.
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.hlsSignaledSystemIds(String... hlsSignaledSystemIds) |
Specify up to 3 DRM system IDs that you want signaled in the HLS manifest that MediaConvert creates as part
of this CMAF package.
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.hlsSignaledSystemIds(Collection<String> hlsSignaledSystemIds) |
Specify up to 3 DRM system IDs that you want signaled in the HLS manifest that MediaConvert creates as part
of this CMAF package.
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.resourceId(String resourceId) |
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.toBuilder() |
|
SpekeKeyProviderCmaf.Builder |
SpekeKeyProviderCmaf.Builder.url(String url) |
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for
encrypting your content.
|