Class GeneratePinDataResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataResponse
-
- software.amazon.awssdk.services.paymentcryptographydata.model.GeneratePinDataResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GeneratePinDataResponse.Builder,GeneratePinDataResponse>
@Generated("software.amazon.awssdk:codegen") public final class GeneratePinDataResponse extends PaymentCryptographyDataResponse implements ToCopyableBuilder<GeneratePinDataResponse.Builder,GeneratePinDataResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeneratePinDataResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeneratePinDataResponse.Builderbuilder()StringencryptedPinBlock()The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography.StringencryptionKeyArn()ThekeyARNof the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation.StringencryptionKeyCheckValue()The key check value (KCV) of the encryption key.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgenerationKeyArn()ThekeyARNof the pin data generation key that Amazon Web Services Payment Cryptography uses for PIN, PVV or PIN Offset generation.StringgenerationKeyCheckValue()The key check value (KCV) of the encryption key.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PinDatapinData()The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.List<SdkField<?>>sdkFields()static Class<? extends GeneratePinDataResponse.Builder>serializableBuilderClass()GeneratePinDataResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.paymentcryptographydata.model.PaymentCryptographyDataResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
encryptedPinBlock
public final String encryptedPinBlock()
The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard.
- Returns:
- The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard.
-
encryptionKeyArn
public final String encryptionKeyArn()
The
keyARNof the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation.- Returns:
- The
keyARNof the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation.
-
encryptionKeyCheckValue
public final 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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
- Returns:
- 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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
-
generationKeyArn
public final String generationKeyArn()
The
keyARNof the pin data generation key that Amazon Web Services Payment Cryptography uses for PIN, PVV or PIN Offset generation.- Returns:
- The
keyARNof the pin data generation key that Amazon Web Services Payment Cryptography uses for PIN, PVV or PIN Offset generation.
-
generationKeyCheckValue
public final String generationKeyCheckValue()
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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
- Returns:
- 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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
-
pinData
public final PinData pinData()
The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.
- Returns:
- The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.
-
toBuilder
public GeneratePinDataResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeneratePinDataResponse.Builder,GeneratePinDataResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GeneratePinDataResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeneratePinDataResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-