Class GenerateMacEmvPinChangeResponse
- 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.GenerateMacEmvPinChangeResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GenerateMacEmvPinChangeResponse.Builder,GenerateMacEmvPinChangeResponse>
@Generated("software.amazon.awssdk:codegen") public final class GenerateMacEmvPinChangeResponse extends PaymentCryptographyDataResponse implements ToCopyableBuilder<GenerateMacEmvPinChangeResponse.Builder,GenerateMacEmvPinChangeResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGenerateMacEmvPinChangeResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerateMacEmvPinChangeResponse.Builderbuilder()StringencryptedPinBlock()Returns the incoming new encrpted PIN block.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmac()Returns the mac of the issuer script containing message data and appended target encrypted pin block in ISO2 format.StringnewPinPekArn()Returns thekeyArnof the PEK protecting the incoming new encrypted PIN block.StringnewPinPekKeyCheckValue()The key check value (KCV) of the PEK uprotecting the incoming new encrypted PIN block.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()StringsecureMessagingConfidentialityKeyArn()Returns thekeyArnof the IMK-SMC used by the operation.StringsecureMessagingConfidentialityKeyCheckValue()The key check value (KCV) of the SMC issuer master key used by the operation.StringsecureMessagingIntegrityKeyArn()Returns thekeyArnof the IMK-SMI used by the operation.StringsecureMessagingIntegrityKeyCheckValue()The key check value (KCV) of the SMI issuer master key used by the operation.static Class<? extends GenerateMacEmvPinChangeResponse.Builder>serializableBuilderClass()GenerateMacEmvPinChangeResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.VisaAmexDerivationOutputsvisaAmexDerivationOutputs()The attribute values used for Amex and Visa derivation methods.-
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
-
newPinPekArn
public final String newPinPekArn()
Returns the
keyArnof the PEK protecting the incoming new encrypted PIN block.- Returns:
- Returns the
keyArnof the PEK protecting the incoming new encrypted PIN block.
-
secureMessagingIntegrityKeyArn
public final String secureMessagingIntegrityKeyArn()
Returns the
keyArnof the IMK-SMI used by the operation.- Returns:
- Returns the
keyArnof the IMK-SMI used by the operation.
-
secureMessagingConfidentialityKeyArn
public final String secureMessagingConfidentialityKeyArn()
Returns the
keyArnof the IMK-SMC used by the operation.- Returns:
- Returns the
keyArnof the IMK-SMC used by the operation.
-
mac
public final String mac()
Returns the mac of the issuer script containing message data and appended target encrypted pin block in ISO2 format.
- Returns:
- Returns the mac of the issuer script containing message data and appended target encrypted pin block in ISO2 format.
-
encryptedPinBlock
public final String encryptedPinBlock()
Returns the incoming new encrpted PIN block.
- Returns:
- Returns the incoming new encrpted PIN block.
-
newPinPekKeyCheckValue
public final String newPinPekKeyCheckValue()
The key check value (KCV) of the PEK uprotecting the incoming new encrypted PIN block.
- Returns:
- The key check value (KCV) of the PEK uprotecting the incoming new encrypted PIN block.
-
secureMessagingIntegrityKeyCheckValue
public final String secureMessagingIntegrityKeyCheckValue()
The key check value (KCV) of the SMI issuer master key used by the operation.
- Returns:
- The key check value (KCV) of the SMI issuer master key used by the operation.
-
secureMessagingConfidentialityKeyCheckValue
public final String secureMessagingConfidentialityKeyCheckValue()
The key check value (KCV) of the SMC issuer master key used by the operation.
- Returns:
- The key check value (KCV) of the SMC issuer master key used by the operation.
-
visaAmexDerivationOutputs
public final VisaAmexDerivationOutputs visaAmexDerivationOutputs()
The attribute values used for Amex and Visa derivation methods.
- Returns:
- The attribute values used for Amex and Visa derivation methods.
-
toBuilder
public GenerateMacEmvPinChangeResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GenerateMacEmvPinChangeResponse.Builder,GenerateMacEmvPinChangeResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GenerateMacEmvPinChangeResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GenerateMacEmvPinChangeResponse.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
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-