| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
SpekeKeyProvider |
SpekeKeyProvider.clone() |
SpekeKeyProvider |
MsSmoothEncryptionSettings.getSpekeKeyProvider()
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
SpekeKeyProvider |
HlsEncryptionSettings.getSpekeKeyProvider()
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
SpekeKeyProvider |
DashIsoEncryptionSettings.getSpekeKeyProvider()
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
SpekeKeyProvider |
SpekeKeyProvider.withCertificateArn(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.
|
SpekeKeyProvider |
SpekeKeyProvider.withResourceId(String resourceId)
Specify the resource ID that your SPEKE-compliant key provider uses to identify this content.
|
SpekeKeyProvider |
SpekeKeyProvider.withSystemIds(Collection<String> systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider |
SpekeKeyProvider.withSystemIds(String... systemIds)
Relates to SPEKE implementation.
|
SpekeKeyProvider |
SpekeKeyProvider.withUrl(String url)
Specify the URL to the key server that your SPEKE-compliant DRM key provider uses to provide keys for encrypting
your content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MsSmoothEncryptionSettings.setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
void |
HlsEncryptionSettings.setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
void |
DashIsoEncryptionSettings.setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
MsSmoothEncryptionSettings |
MsSmoothEncryptionSettings.withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
HlsEncryptionSettings |
HlsEncryptionSettings.withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
DashIsoEncryptionSettings |
DashIsoEncryptionSettings.withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
If your output group type is HLS, DASH, or Microsoft Smooth, use these settings when doing DRM encryption with a
SPEKE-compliant key provider.
|
Copyright © 2024. All rights reserved.