All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.CardholderVerificationCapability2Code Maven / Gradle / Ivy

The newest version!

package com.prowidesoftware.swift.model.mx.dic;

import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for CardholderVerificationCapability2Code. * *

The following schema fragment specifies the expected content contained within this class. *

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "CardholderVerificationCapability2Code") @XmlEnum public enum CardholderVerificationCapability2Code { /** * Account based digital signature. * */ APKI, /** * Cardholder authentication data. * */ CHDT, /** * Manual signature verification. * */ MNSG, /** * Other manual verification, for example passport or drivers license. * */ MNVR, /** * Offline biographics. * */ FBIG, /** * Offline biometrics. * */ FBIO, /** * Offline digital signature analysis. * */ FDSG, /** * Offline PIN in clear (Personal Identification Number). * */ FCPN, /** * Offline PIN encrypted (Personal Identification Number). * */ FEPN, /** * Online PIN (Personal Identification Number). * */ NPIN, /** * PKI (Public Key Infrastructure) based digital signature. * */ PKIS, /** * Three domain secure (three domain secure authentication of the cardholder). * */ SCEC, /** * Unknown cardholder verification capability. * */ UNKW, /** * Online biometrics. * */ NBIO, /** * No cardholder verification capability. * */ NOVF, /** * Other cardholder verification capabilities. * */ OTHR; public String value() { return name(); } public static CardholderVerificationCapability2Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy