Class Encryption
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Encryption.Builder,Encryption>
The parameters for encrypting content.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic Encryption.Builderbuilder()final StringA 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content.final EncryptionMethodThe encryption method to use.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final IntegerThe frequency (in seconds) of key changes for live workflows, in which content is streamed real time.static Class<? extends Encryption.Builder> final SpekeKeyProviderThe parameters for the SPEKE key provider.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
constantInitializationVector
A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
- Returns:
- A 128-bit, 16-byte hex value represented by a 32-character string, used in conjunction with the key for encrypting content. If you don't specify a value, then MediaPackage creates the constant initialization vector (IV).
-
encryptionMethod
The encryption method to use.
- Returns:
- The encryption method to use.
-
keyRotationIntervalSeconds
The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The service retrieves content keys before the live content begins streaming, and then retrieves them as needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval, content keys aren't rotated.
The following example setting causes the service to rotate keys every thirty minutes:
1800- Returns:
- The frequency (in seconds) of key changes for live workflows, in which content is streamed real time. The
service retrieves content keys before the live content begins streaming, and then retrieves them as
needed over the lifetime of the workflow. By default, key rotation is set to 300 seconds (5 minutes), the
minimum rotation interval, which is equivalent to setting it to 300. If you don't enter an interval,
content keys aren't rotated.
The following example setting causes the service to rotate keys every thirty minutes:
1800
-
spekeKeyProvider
The parameters for the SPEKE key provider.
- Returns:
- The parameters for the SPEKE key provider.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<Encryption.Builder,Encryption> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-