@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CmafEncryption extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
CmafEncryption() |
Modifier and Type | Method and Description |
---|---|
CmafEncryption |
clone() |
boolean |
equals(Object obj) |
String |
getConstantInitializationVector()
An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for
encrypting blocks.
|
SpekeKeyProvider |
getSpekeKeyProvider() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setConstantInitializationVector(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.
|
void |
setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
String |
toString()
Returns a string representation of this object.
|
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 |
withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider) |
public void setConstantInitializationVector(String constantInitializationVector)
constantInitializationVector
- An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the
key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant
initialization vector (IV).public String getConstantInitializationVector()
public CmafEncryption withConstantInitializationVector(String constantInitializationVector)
constantInitializationVector
- An optional 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the
key for encrypting blocks. If you don't specify a value, then MediaPackage creates the constant
initialization vector (IV).public void setSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider
- public SpekeKeyProvider getSpekeKeyProvider()
public CmafEncryption withSpekeKeyProvider(SpekeKeyProvider spekeKeyProvider)
spekeKeyProvider
- public String toString()
toString
in class Object
Object.toString()
public CmafEncryption clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.