jar

mx.com.inftel.oss : curp-rfc-validators

Maven & Gradle

May 18, 2016
1 stars

CURP and RFC Validators · CURP and RFC are National Identifiers in Mexico, CURP means "Clave Única de Registro de Población" and RFC means "Registro Federal de Contribuyente".

Table Of Contents

Latest Version

Download mx.com.inftel.oss : curp-rfc-validators JAR file - Latest Versions:

All Versions

Download mx.com.inftel.oss : curp-rfc-validators JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window curp-rfc-validators-2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

mx.com.inftel.validators.curp

├─ mx.com.inftel.validators.curp.CURP.class - [JAR]

mx.com.inftel.validators.rfc

├─ mx.com.inftel.validators.rfc.RFC.class - [JAR]

mx.com.inftel.validators.curp.validators

├─ mx.com.inftel.validators.curp.validators.CURPValidator.class - [JAR]

├─ mx.com.inftel.validators.curp.validators.DigitoVerificadorValidator.class - [JAR]

├─ mx.com.inftel.validators.curp.validators.PalabraInconvenienteValidator.class - [JAR]

mx.com.inftel.validators.rfc.validators

├─ mx.com.inftel.validators.rfc.validators.DigitoVerificadorValidator.class - [JAR]

├─ mx.com.inftel.validators.rfc.validators.PalabraInconvenienteValidator.class - [JAR]

├─ mx.com.inftel.validators.rfc.validators.RFCValidator.class - [JAR]

Advertisement