Interface VerifyPinDataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<VerifyPinDataResponse.Builder,VerifyPinDataResponse>,PaymentCryptographyDataResponse.Builder,SdkBuilder<VerifyPinDataResponse.Builder,VerifyPinDataResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- VerifyPinDataResponse
public static interface VerifyPinDataResponse.Builder extends PaymentCryptographyDataResponse.Builder, SdkPojo, CopyableBuilder<VerifyPinDataResponse.Builder,VerifyPinDataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VerifyPinDataResponse.BuilderencryptionKeyArn(String encryptionKeyArn)ThekeyARNof the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation.VerifyPinDataResponse.BuilderencryptionKeyCheckValue(String encryptionKeyCheckValue)The key check value (KCV) of the encryption key.VerifyPinDataResponse.BuilderverificationKeyArn(String verificationKeyArn)ThekeyARNof the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or PIN Offset verification.VerifyPinDataResponse.BuilderverificationKeyCheckValue(String verificationKeyCheckValue)The key check value (KCV) of the encryption key.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
encryptionKeyArn
VerifyPinDataResponse.Builder encryptionKeyArn(String encryptionKeyArn)
The
keyARNof the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation.- Parameters:
encryptionKeyArn- ThekeyARNof the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionKeyCheckValue
VerifyPinDataResponse.Builder encryptionKeyCheckValue(String encryptionKeyCheckValue)
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
- Parameters:
encryptionKeyCheckValue- The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationKeyArn
VerifyPinDataResponse.Builder verificationKeyArn(String verificationKeyArn)
The
keyARNof the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or PIN Offset verification.- Parameters:
verificationKeyArn- ThekeyARNof the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN or PIN Offset verification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verificationKeyCheckValue
VerifyPinDataResponse.Builder verificationKeyCheckValue(String verificationKeyCheckValue)
The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
- Parameters:
verificationKeyCheckValue- The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-