Home
last modified time | relevance | path

Searched refs:PseudoRandomStringGeneratorInterface (Results 1 – 8 of 8) sorted by relevance

/plugin/authfacebook/lib/PseudoRandomString/
H A DPseudoRandomStringGeneratorFactory.php39 * @param PseudoRandomStringGeneratorInterface|string|null $generator
43 * @return PseudoRandomStringGeneratorInterface
51 if ($generator instanceof PseudoRandomStringGeneratorInterface) {
76 * @return PseudoRandomStringGeneratorInterface
H A DPseudoRandomStringGeneratorInterface.php31 interface PseudoRandomStringGeneratorInterface interface
H A DRandomBytesPseudoRandomStringGenerator.php28 class RandomBytesPseudoRandomStringGenerator implements PseudoRandomStringGeneratorInterface
H A DMcryptPseudoRandomStringGenerator.php28 class McryptPseudoRandomStringGenerator implements PseudoRandomStringGeneratorInterface
H A DOpenSslPseudoRandomStringGenerator.php28 class OpenSslPseudoRandomStringGenerator implements PseudoRandomStringGeneratorInterface
H A DUrandomPseudoRandomStringGenerator.php28 class UrandomPseudoRandomStringGenerator implements PseudoRandomStringGeneratorInterface
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php32 use Facebook\PseudoRandomString\PseudoRandomStringGeneratorInterface; alias
65 …* @var PseudoRandomStringGeneratorInterface The cryptographically secure pseudo-random string gene…
73 …* @param PseudoRandomStringGeneratorInterface|null $prsg The cryptographically se…
75 …Handler = null, UrlDetectionInterface $urlHandler = null, PseudoRandomStringGeneratorInterface $pr…
106 * @return PseudoRandomStringGeneratorInterface
/plugin/authfacebook/lib/
H A DFacebook.php36 use Facebook\PseudoRandomString\PseudoRandomStringGeneratorInterface; alias
94 …* @var PseudoRandomStringGeneratorInterface|null The cryptographically secure pseudo-random string…