Enum Class CHVerificationMethod

java.lang.Object
java.lang.Enum<CHVerificationMethod>
com.gemalto.mfs.mwsdk.payment.CHVerificationMethod
All Implemented Interfaces:
Serializable, Comparable<CHVerificationMethod>, Constable

public enum CHVerificationMethod extends Enum<CHVerificationMethod>
Enumeration of possible CardHolder verification method that may be required when activating a digitalized card for transaction.
Following is the mapping for the different CVM and type of verifier object.
  • Enum Constant Details

    • WALLET_PIN

      public static final CHVerificationMethod WALLET_PIN
      This is one of the options for a category of On-Device verification method. The wallet PIN is set after the first card enrolment depending on the card profile. This Verfication Method will no longer be supported for from SDK V6.x
    • DEVICE_KEYGUARD

      public static final CHVerificationMethod DEVICE_KEYGUARD
      This is one of the options for a category of On-Device verification method. The Device Unlock verification method is supported if the following conditions are satisified:
        The card profile supports Flexible CDCVM
        The device OS is Android 6.0 or above.
        Secure lock mechanism is enabled in the device.
    • BIOMETRICS

      public static final CHVerificationMethod BIOMETRICS
      This is one of the options for a category of On-Device verification method. The BIOMETRICS verification method is supported if the following conditions are satisfied:
        The card profile supports Flexible CDCVM
        The device supports biometric authentication including fingerprint
        The device OS is Android 6.0 or above.
        Secure lock mechanism is enabled in the device.
    • NONE

      public static final CHVerificationMethod NONE
      This is used when CARDLIKE This implies that the profile does not require mobile pin, Wallet PIN or Device fingerprint to make a transaction. The profile supports either online pin (where the user is expected to enter the pin through the POS) or signature.
  • Method Details

    • values

      public static CHVerificationMethod[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CHVerificationMethod valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
      Returns:
      Returns the integer value of the CHVerification method set currently
    • toString

      public String toString()
      String representation of the Enum.
      Overrides:
      toString in class Enum<CHVerificationMethod>
      Returns:
      String representation of the Enum.