com.prowidesoftware.swift.model.mx.dic.AuthenticationMethod12Code Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pw-iso20022 Show documentation
Show all versions of pw-iso20022 Show documentation
Prowide Library for ISO 20022 messages
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 AuthenticationMethod12Code.
*
*
The following schema fragment specifies the expected content contained within this class.
*
{@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "AuthenticationMethod12Code")
@XmlEnum
public enum AuthenticationMethod12Code {
/**
* 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,
/**
* Nationally assigned identifier.
*
*/
NTID,
/**
* Serial number of the acceptor's certificate.
*
*/
ACSN,
/**
* Serial number of the cardholder's certificate.
*
*/
CHSN;
public String value() {
return name();
}
public static AuthenticationMethod12Code fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy