Class VisaPinVerification

    • Method Detail

      • 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).
      • verificationValue

        public final String verificationValue()

        Parameters that are required to generate or verify Visa PVV (PIN Verification Value).

        Returns:
        Parameters that are required to generate or verify Visa PVV (PIN Verification Value).
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)