| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
InputDecryptionSettings |
InputDecryptionSettings.clone() |
InputDecryptionSettings |
Input.getDecryptionSettings()
If the input file is encrypted, decryption settings to decrypt the media file
|
InputDecryptionSettings |
InputDecryptionSettings.withDecryptionMode(DecryptionMode decryptionMode) |
InputDecryptionSettings |
InputDecryptionSettings.withDecryptionMode(String decryptionMode) |
InputDecryptionSettings |
InputDecryptionSettings.withEncryptedDecryptionKey(String encryptedDecryptionKey)
Decryption key either 128 or 192 or 256 bits encrypted with KMS
|
InputDecryptionSettings |
InputDecryptionSettings.withInitializationVector(String initializationVector)
Initialization Vector 96 bits (CTR/GCM mode only) or 128 bits.
|
InputDecryptionSettings |
InputDecryptionSettings.withKmsKeyRegion(String kmsKeyRegion)
The AWS region in which decryption key was encrypted with KMS
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setDecryptionSettings(InputDecryptionSettings decryptionSettings)
If the input file is encrypted, decryption settings to decrypt the media file
|
Input |
Input.withDecryptionSettings(InputDecryptionSettings decryptionSettings)
If the input file is encrypted, decryption settings to decrypt the media file
|
Copyright © 2019. All rights reserved.