decrypt(final Card) method

This is a hook to decrypt additional fields other than card number and security number, if required.

Syntax

Card decrypt ( final Card card )

Parameters

Returns

a modified card that has more fields decrypted.

Usage

Simply override this method. Card and security number will already be decrypted.

a modified card that has more fields decrypted.