Home
last modified time | relevance | path

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

/plugin/authfacebook/lib/PseudoRandomString/
DPseudoRandomStringGeneratorFactory.php39 * @param PseudoRandomStringGeneratorInterface|string|null $generator
43 * @return PseudoRandomStringGeneratorInterface
51 if ($generator instanceof PseudoRandomStringGeneratorInterface) {
76 * @return PseudoRandomStringGeneratorInterface
DPseudoRandomStringGeneratorInterface.php31 interface PseudoRandomStringGeneratorInterface interface
DRandomBytesPseudoRandomStringGenerator.php28 class RandomBytesPseudoRandomStringGenerator implements PseudoRandomStringGeneratorInterface
DMcryptPseudoRandomStringGenerator.php28 class McryptPseudoRandomStringGenerator implements PseudoRandomStringGeneratorInterface
DOpenSslPseudoRandomStringGenerator.php28 class OpenSslPseudoRandomStringGenerator implements PseudoRandomStringGeneratorInterface
DUrandomPseudoRandomStringGenerator.php28 class UrandomPseudoRandomStringGenerator implements PseudoRandomStringGeneratorInterface
/plugin/authfacebook/lib/Helpers/
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/
DFacebook.php36 use Facebook\PseudoRandomString\PseudoRandomStringGeneratorInterface; alias
94 …* @var PseudoRandomStringGeneratorInterface|null The cryptographically secure pseudo-random string…