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

com.prowidesoftware.swift.model.mx.dic.AuthenticationMethod11Code 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 AuthenticationMethod11Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "AuthenticationMethod11Code") @XmlEnum public enum AuthenticationMethod11Code { /** * Account-based digital signature authentication. * */ APKI, /** * Digits of the address. * */ ADVF, /** * Number assigned by a government agency to identify foreign nationals. * */ ARNB, /** * Response Card Cryptogram (ARPC) verification. * */ ARPC, /** * Verification of a cryptogram generated by a chip card, for instance an ARQC (Authorisation Request Cryptogram). * */ ARQC, /** * Application Transaction Counter * */ ATCC, /** * Date of birth of a person. * */ BTHD, /** * Verification whether the address corresponds to the cardholder's one. * */ CHSA, /** * Name of cardholder * */ CHDN, /** * Customer number used as a mechanism of authentication. * */ CUID, /** * Identification of a driver in a fleet of vehicles. * */ DRVI, /** * Number assigned by a driving license authority to a person driving a car. * */ DRLN, /** * Electronic mail address * */ EMAL, /** * Number assigned to an employee by an employer. * */ EMIN, /** * Number assigned to an employer by a registration authority. * */ EMRN, /** * Number assigned by a national authority to an identity card. * */ IDCN, /** * Manual verification, for example passport or drivers license. * */ MANU, /** * Non visible Card Security Code. * */ NVSC, /** * Biographics authentication in an offline mode. * */ FBIG, /** * Biometrics authentication in an offline mode * */ FBIO, /** * Authentication of data in an offline mode * */ OLDA, /** * Analysis of signature transmitted offline * */ OLDS, /** * PIN generated offline and transmitted encrypted * */ OFPE, /** * PIN generated offline and transmitted in clear * */ FCPN, /** * Verification of a one-time password provided by the issuer. * */ OTPW, /** * Biographics authentication in an online mode. * */ NBIG, /** * On-line PIN authentication (Personal Identification Number). * */ NPIN, /** * Other cardholder data provided for identification. * */ OCHI, /** * Other type of verification defined at national level. * */ OTHN, /** * Other type of verification defined at private level * */ OTHP, /** * Handwritten paper signature. * */ PPSG, /** * Authentication based on statistical cardholder behaviour. * */ PSVE, /** * Number assigned by a passport authority to a passport. * */ PASN, /** * Authentication by a password. * */ PSWD, /** * Verification or authentication related to the use of a payment token, for instance the validation of the authorised use of a token. * */ TOKP, /** * PKI (Public Key Infrastructure) based digital signature * */ PKIS, /** * Place of birth of a person. * */ PLOB, /** * Verification based on digits of the postal code. * */ PCDV, /** * Electronic commerce transaction secured with the X.509 certificate of a customer. * */ SCRT, /** * Channel-encrypted transaction. * */ SCNL, /** * Authentication performed during a secure electronic commerce transaction. * */ CSEC, /** * Shipping address from verification. * */ SHAF, /** * Shipping address to verification * */ SHAT, /** * Electronic signature capture (handwritten signature). * */ CPSG, /** * Number assigned by a social security agency. * */ SSNB, /** * Number assigned by a tax authority to an entity. * */ TXIN, /** * A token is used to verify an already performed authentication. * */ TOKA, /** * Cardholder data provided for verification, for instance social security number, driver license number, passport number. * */ CDHI, /** * Cryptogram generated by the token requestor or a customer device to validate the authorised use of a token. * */ TOKN, /** * QualifiedCertificate * */ QWAC, /** * Customer home phone number. * */ PHOM, /** * Customer work phone number * */ PWOR, /** * Authentication performed during a secure electronic commerce transaction. * */ THDS, /** * Cardholder billing address verification. * */ ADDB, /** * Cardholder shipping address verification. * */ ADDS, /** * Verification of Card Security Code. * */ CSCV, /** * Verification of a cryptogram generated by a chip card or another device, for instance ARQC (Authorisation Request Cryptogram). * */ CRYP, /** * Biometric authentication of the cardholder. * */ BIOM, /** * Customer mobile device. * */ MOBL, /** * Off-line PIN authentication (Personal Identification Number). * */ FPIN; public String value() { return name(); } public static AuthenticationMethod11Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy