Class VisaPinVerificationValue
- java.lang.Object
-
- software.amazon.awssdk.services.paymentcryptographydata.model.VisaPinVerificationValue
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>
@Generated("software.amazon.awssdk:codegen") public final class VisaPinVerificationValue extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>
Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVisaPinVerificationValue.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VisaPinVerificationValue.Builderbuilder()StringencryptedPinBlock()The encrypted PIN block data to verify.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerpinVerificationKeyIndex()The value for PIN verification index.List<SdkField<?>>sdkFields()static Class<? extends VisaPinVerificationValue.Builder>serializableBuilderClass()VisaPinVerificationValue.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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 encrypted PIN block data to verify.
- Returns:
- The encrypted PIN block data to verify.
-
pinVerificationKeyIndex
public final Integer pinVerificationKeyIndex()
The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
- Returns:
- The value for PIN verification index. It is used in the Visa PIN algorithm to calculate the PVV (PIN Verification Value).
-
toBuilder
public VisaPinVerificationValue.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VisaPinVerificationValue.Builder,VisaPinVerificationValue>
-
builder
public static VisaPinVerificationValue.Builder builder()
-
serializableBuilderClass
public static Class<? extends VisaPinVerificationValue.Builder> serializableBuilderClass()
-
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.
-
-