public static interface EncryptionDecryptionAttributes.Builder extends SdkPojo, CopyableBuilder<EncryptionDecryptionAttributes.Builder,EncryptionDecryptionAttributes>
| Modifier and Type | Method and Description |
|---|---|
EncryptionDecryptionAttributes.Builder |
asymmetric(AsymmetricEncryptionAttributes asymmetric)
Sets the value of the Asymmetric property for this object.
|
default EncryptionDecryptionAttributes.Builder |
asymmetric(Consumer<AsymmetricEncryptionAttributes.Builder> asymmetric)
Sets the value of the Asymmetric property for this object.
|
default EncryptionDecryptionAttributes.Builder |
dukpt(Consumer<DukptEncryptionAttributes.Builder> dukpt)
Sets the value of the Dukpt property for this object.
|
EncryptionDecryptionAttributes.Builder |
dukpt(DukptEncryptionAttributes dukpt)
Sets the value of the Dukpt property for this object.
|
default EncryptionDecryptionAttributes.Builder |
symmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric)
Parameters that are required to perform encryption and decryption using symmetric keys.
|
EncryptionDecryptionAttributes.Builder |
symmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to perform encryption and decryption using symmetric keys.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionDecryptionAttributes.Builder asymmetric(AsymmetricEncryptionAttributes asymmetric)
asymmetric - The new value for the Asymmetric property for this object.default EncryptionDecryptionAttributes.Builder asymmetric(Consumer<AsymmetricEncryptionAttributes.Builder> asymmetric)
AsymmetricEncryptionAttributes.Builder
avoiding the need to create one manually via AsymmetricEncryptionAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to asymmetric(AsymmetricEncryptionAttributes).
asymmetric - a consumer that will call methods on AsymmetricEncryptionAttributes.Builderasymmetric(AsymmetricEncryptionAttributes)EncryptionDecryptionAttributes.Builder dukpt(DukptEncryptionAttributes dukpt)
dukpt - The new value for the Dukpt property for this object.default EncryptionDecryptionAttributes.Builder dukpt(Consumer<DukptEncryptionAttributes.Builder> dukpt)
DukptEncryptionAttributes.Builder
avoiding the need to create one manually via DukptEncryptionAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dukpt(DukptEncryptionAttributes).
dukpt - a consumer that will call methods on DukptEncryptionAttributes.Builderdukpt(DukptEncryptionAttributes)EncryptionDecryptionAttributes.Builder symmetric(SymmetricEncryptionAttributes symmetric)
Parameters that are required to perform encryption and decryption using symmetric keys.
symmetric - Parameters that are required to perform encryption and decryption using symmetric keys.default EncryptionDecryptionAttributes.Builder symmetric(Consumer<SymmetricEncryptionAttributes.Builder> symmetric)
Parameters that are required to perform encryption and decryption using symmetric keys.
This is a convenience method that creates an instance of theSymmetricEncryptionAttributes.Builder
avoiding the need to create one manually via SymmetricEncryptionAttributes.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to symmetric(SymmetricEncryptionAttributes).
symmetric - a consumer that will call methods on SymmetricEncryptionAttributes.Buildersymmetric(SymmetricEncryptionAttributes)Copyright © 2023. All rights reserved.