Uses of Interface
software.amazon.awssdk.services.paymentcryptographydata.model.AsymmetricEncryptionAttributes.Builder
-
Packages that use AsymmetricEncryptionAttributes.Builder Package Description software.amazon.awssdk.services.paymentcryptographydata.model -
-
Uses of AsymmetricEncryptionAttributes.Builder in software.amazon.awssdk.services.paymentcryptographydata.model
Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return AsymmetricEncryptionAttributes.Builder Modifier and Type Method Description static AsymmetricEncryptionAttributes.BuilderAsymmetricEncryptionAttributes. builder()AsymmetricEncryptionAttributes.BuilderAsymmetricEncryptionAttributes.Builder. paddingType(String paddingType)The padding to be included with the data.AsymmetricEncryptionAttributes.BuilderAsymmetricEncryptionAttributes.Builder. paddingType(PaddingType paddingType)The padding to be included with the data.AsymmetricEncryptionAttributes.BuilderAsymmetricEncryptionAttributes. toBuilder()Methods in software.amazon.awssdk.services.paymentcryptographydata.model that return types with arguments of type AsymmetricEncryptionAttributes.Builder Modifier and Type Method Description static Class<? extends AsymmetricEncryptionAttributes.Builder>AsymmetricEncryptionAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.paymentcryptographydata.model with type arguments of type AsymmetricEncryptionAttributes.Builder Modifier and Type Method Description default EncryptionDecryptionAttributes.BuilderEncryptionDecryptionAttributes.Builder. asymmetric(Consumer<AsymmetricEncryptionAttributes.Builder> asymmetric)Sets the value of the Asymmetric property for this object.static EncryptionDecryptionAttributesEncryptionDecryptionAttributes. fromAsymmetric(Consumer<AsymmetricEncryptionAttributes.Builder> asymmetric)Create an instance of this class withEncryptionDecryptionAttributes.asymmetric()initialized to the given value.
-