| Package | Description |
|---|---|
| com.amazonaws.services.mediapackagev2.model |
| Modifier and Type | Method and Description |
|---|---|
Encryption |
Encryption.clone() |
Encryption |
Segment.getEncryption() |
Encryption |
Encryption.withConstantInitializationVector(String constantInitializationVector)
A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for
encrypting content.
|
Encryption |
Encryption.withEncryptionMethod(EncryptionMethod encryptionMethod)
The encryption method to use.
|
Encryption |
Encryption.withKeyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)
The frequency (in seconds) of key changes for live workflows, in which content is streamed real time.
|
Encryption |
Encryption.withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
The parameters for the SPEKE key provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Segment.setEncryption(Encryption encryption) |
Segment |
Segment.withEncryption(Encryption encryption) |
Copyright © 2023. All rights reserved.