PHPGangsta_GoogleAuthenticator::_getBase32LookupTable PHP Méthode

_getBase32LookupTable() protected méthode

Get array with all 32 characters for decoding from/encoding to base32.
protected _getBase32LookupTable ( ) : array
Résultat array
    protected function _getBase32LookupTable()
    {
        return array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '2', '3', '4', '5', '6', '7', '=');
    }