public static final class CfnPackagingConfiguration.HlsEncryptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPackagingConfiguration.HlsEncryptionProperty
CfnPackagingConfiguration.HlsEncryptionProperty
CfnPackagingConfiguration.HlsEncryptionProperty.Builder, CfnPackagingConfiguration.HlsEncryptionProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getConstantInitializationVector()
A 128-bit, 16-byte hex value represented by a 32-character string, used with the key for encrypting blocks.
|
java.lang.String |
getEncryptionMethod()
HLS encryption type.
|
java.lang.Object |
getSpekeKeyProvider()
Parameters for the SPEKE key provider.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getSpekeKeyProvider()
CfnPackagingConfiguration.HlsEncryptionProperty
getSpekeKeyProvider
in interface CfnPackagingConfiguration.HlsEncryptionProperty
public final java.lang.String getConstantInitializationVector()
CfnPackagingConfiguration.HlsEncryptionProperty
If you don't specify a constant initialization vector (IV), MediaPackage periodically rotates the IV.
getConstantInitializationVector
in interface CfnPackagingConfiguration.HlsEncryptionProperty
public final java.lang.String getEncryptionMethod()
CfnPackagingConfiguration.HlsEncryptionProperty
getEncryptionMethod
in interface CfnPackagingConfiguration.HlsEncryptionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()