Class SymmetricEncryptionAttributes
- All Implemented Interfaces:
 Serializable,SdkPojo,ToCopyableBuilder<SymmetricEncryptionAttributes.Builder,SymmetricEncryptionAttributes> 
Parameters requried to encrypt plaintext data using symmetric keys.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()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 StringAn input to cryptographic primitive used to provide the intial state.final EncryptionModemode()The block cipher mode of operation.final StringThe block cipher mode of operation.final PaddingTypeThe padding to be included with the data.final StringThe padding to be included with the data.static Class<? extends SymmetricEncryptionAttributes.Builder> 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
- 
initializationVector
An input to cryptographic primitive used to provide the intial state. The
InitializationVectoris typically required have a random or psuedo-random value, but sometimes it only needs to be unpredictable or unique. If a value is not provided, Amazon Web Services Payment Cryptography generates a random value.- Returns:
 - An input to cryptographic primitive used to provide the intial state. The
         
InitializationVectoris typically required have a random or psuedo-random value, but sometimes it only needs to be unpredictable or unique. If a value is not provided, Amazon Web Services Payment Cryptography generates a random value. 
 - 
mode
The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed size (for example, 128 bits). The size of the input block is usually same as the size of the encrypted output block, while the key length can be different. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.
If the service returns an enum value that is not available in the current SDK version,
modewill returnEncryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
 - The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed size (for example, 128 bits). The size of the input block is usually same as the size of the encrypted output block, while the key length can be different. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.
 - See Also:
 
 - 
modeAsString
The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed size (for example, 128 bits). The size of the input block is usually same as the size of the encrypted output block, while the key length can be different. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.
If the service returns an enum value that is not available in the current SDK version,
modewill returnEncryptionMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
 - The block cipher mode of operation. Block ciphers are designed to encrypt a block of data of fixed size (for example, 128 bits). The size of the input block is usually same as the size of the encrypted output block, while the key length can be different. A mode of operation describes how to repeatedly apply a cipher's single-block operation to securely transform amounts of data larger than a block.
 - See Also:
 
 - 
paddingType
The padding to be included with the data.
If the service returns an enum value that is not available in the current SDK version,
paddingTypewill returnPaddingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompaddingTypeAsString().- Returns:
 - The padding to be included with the data.
 - See Also:
 
 - 
paddingTypeAsString
The padding to be included with the data.
If the service returns an enum value that is not available in the current SDK version,
paddingTypewill returnPaddingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frompaddingTypeAsString().- Returns:
 - The padding to be included with the data.
 - See Also:
 
 - 
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<SymmetricEncryptionAttributes.Builder,SymmetricEncryptionAttributes> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int 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
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. - 
getValueForField
 - 
sdkFields
 
 -