Checksum types for token generation.

Enumeration Members

Enumeration Members

NULL: 0

It doesn't generate a checksum. It only generates the token.

CPF: 1

Generates the 2 check digits in the CPF (Cadastro de Pessoas Físicas) standard on the token. The secret must contain only numbers and include the check digits.

CNPJ: 2

Generates the 2 verifier digits in the CNPJ (Cadastro Nacional da Pessoa Jurídica) standard on the token. The secret must contain only numbers and include the check digits.

PAN: 3

Generates a PAN (Primary Account Number) with a valid check digit in the token. The secret must be complete and contain only numbers.

IEL: 4

Generates the 2 check digits in the pattern of the voter registration number on the token. The secret must contain only numbers and include the check digits.