| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
CmafEncryption |
CmafEncryption.clone() |
CmafEncryption |
CmafPackage.getEncryption() |
CmafEncryption |
CmafPackageCreateOrUpdateParameters.getEncryption() |
CmafEncryption |
CmafEncryption.withConstantInitializationVector(String constantInitializationVector)
An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for
encrypting blocks.
|
CmafEncryption |
CmafEncryption.withKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
Time (in seconds) between each encryption key rotation.
|
CmafEncryption |
CmafEncryption.withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
CmafPackage.setEncryption(CmafEncryption encryption) |
void |
CmafPackageCreateOrUpdateParameters.setEncryption(CmafEncryption encryption) |
CmafPackage |
CmafPackage.withEncryption(CmafEncryption encryption) |
CmafPackageCreateOrUpdateParameters |
CmafPackageCreateOrUpdateParameters.withEncryption(CmafEncryption encryption) |
Copyright © 2022. All rights reserved.