PHPGangsta_GoogleAuthenticator::_getBase32LookupTable PHP 메소드

_getBase32LookupTable() 보호된 메소드

Get array with all 32 characters for decoding from/encoding to base32.
protected _getBase32LookupTable ( ) : array
리턴 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', '=');
    }