| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
Encryption |
Encryption.clone() |
Encryption |
SetSourceRequest.getDecryption()
The type of encryption that is used on the content ingested from this source.
|
Encryption |
Source.getDecryption()
The type of encryption that is used on the content ingested from this source.
|
Encryption |
GrantEntitlementRequest.getEncryption()
The type of encryption that will be used on the output that is associated with this entitlement.
|
Encryption |
AddOutputRequest.getEncryption()
The type of key used for the encryption.
|
Encryption |
Output.getEncryption()
The type of key used for the encryption.
|
Encryption |
Entitlement.getEncryption()
The type of encryption that will be used on the output that is associated with this entitlement.
|
Encryption |
Encryption.withAlgorithm(Algorithm algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
Encryption |
Encryption.withAlgorithm(String algorithm)
The type of algorithm that is used for the encryption (such as aes128, aes192, or aes256).
|
Encryption |
Encryption.withConstantInitializationVector(String constantInitializationVector)
A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting
content.
|
Encryption |
Encryption.withDeviceId(String deviceId)
The value of one of the devices that you configured with your digital rights management (DRM) platform key
provider.
|
Encryption |
Encryption.withKeyType(KeyType keyType)
The type of key that is used for the encryption.
|
Encryption |
Encryption.withKeyType(String keyType)
The type of key that is used for the encryption.
|
Encryption |
Encryption.withRegion(String region)
The AWS Region that the API Gateway proxy endpoint was created in.
|
Encryption |
Encryption.withResourceId(String resourceId)
An identifier for the content.
|
Encryption |
Encryption.withRoleArn(String roleArn)
The ARN of the role that you created during setup (when you set up AWS Elemental MediaConnect as a trusted
entity).
|
Encryption |
Encryption.withSecretArn(String secretArn)
The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
Encryption |
Encryption.withUrl(String url)
The URL from the API Gateway proxy that you set up to talk to your key server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetSourceRequest.setDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
void |
Source.setDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
void |
GrantEntitlementRequest.setEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
void |
AddOutputRequest.setEncryption(Encryption encryption)
The type of key used for the encryption.
|
void |
Output.setEncryption(Encryption encryption)
The type of key used for the encryption.
|
void |
Entitlement.setEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
SetSourceRequest |
SetSourceRequest.withDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
Source |
Source.withDecryption(Encryption decryption)
The type of encryption that is used on the content ingested from this source.
|
GrantEntitlementRequest |
GrantEntitlementRequest.withEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
AddOutputRequest |
AddOutputRequest.withEncryption(Encryption encryption)
The type of key used for the encryption.
|
Output |
Output.withEncryption(Encryption encryption)
The type of key used for the encryption.
|
Entitlement |
Entitlement.withEncryption(Encryption encryption)
The type of encryption that will be used on the output that is associated with this entitlement.
|
Copyright © 2024. All rights reserved.