SYMBOL INDEX (34 symbols across 8 files) FILE: lib/hotp.php class HOTP (line 37) | class HOTP extends OTP { method at (line 44) | public function at($count) { method verify (line 56) | public function verify($otp, $counter) { method provisioning_uri (line 69) | public function provisioning_uri($name, $initial_count) { FILE: lib/otp.php class OTP (line 36) | class OTP { method __construct (line 67) | public function __construct($secret, $opt = Array()) { method generateOTP (line 81) | public function generateOTP($input) { method byteSecret (line 101) | public function byteSecret() { method intToBytestring (line 111) | public function intToBytestring($int) { FILE: lib/totp.php class TOTP (line 37) | class TOTP extends OTP { method __construct (line 45) | public function __construct($s, $opt = Array()) { method at (line 57) | public function at($timestamp) { method now (line 66) | public function now() { method verify (line 77) | public function verify($otp, $timestamp = null) { method provisioning_uri (line 91) | public function provisioning_uri($name) { method timecode (line 101) | protected function timecode($timestamp) { FILE: tests/HOTPTest.php class HOPTTest (line 25) | class HOPTTest extends PHPUnit_Framework_TestCase { method test_it_gets_the_good_code (line 26) | public function test_it_gets_the_good_code() { method test_it_verify_the_code (line 33) | public function test_it_verify_the_code() { method test_it_returns_the_provisioning_uri (line 40) | public function test_it_returns_the_provisioning_uri() { FILE: tests/OTPTest.php class TestOTP (line 25) | class TestOTP extends PHPUnit_Framework_TestCase { method test_it_decodes_the_secret (line 27) | public function test_it_decodes_the_secret() { method test_it_turns_an_int_into_bytestring (line 32) | public function test_it_turns_an_int_into_bytestring() { method test_it_generate_otp (line 40) | public function test_it_generate_otp() { FILE: tests/TOTPTest.php class TOPTTest (line 25) | class TOPTTest extends PHPUnit_Framework_TestCase { method test_it_has_an_interval (line 27) | public function test_it_has_an_interval() { method test_it_gets_the_good_code_at_given_times (line 34) | public function test_it_gets_the_good_code_at_given_times() { method test_it_verify_the_code (line 41) | public function test_it_verify_the_code() { method test_it_returns_the_provisioning_uri (line 48) | public function test_it_returns_the_provisioning_uri() { FILE: tests/TestTest.php class TestTest (line 25) | class TestTest extends PHPUnit_Framework_TestCase { method testThatPHPUnitWorks (line 26) | public function testThatPHPUnitWorks() { FILE: vendor/base32.php class Base32 (line 11) | class Base32 { method encode (line 34) | public static function encode($input, $padding = true) { method decode (line 57) | public static function decode($input) {