Subversion Repositories oidplus

Rev

Rev 712 | Rev 849 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 712 Rev 730
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
if (!defined('INSIDE_OIDPLUS')) die();
20
if (!defined('INSIDE_OIDPLUS')) die();
21
 
21
 
22
class OIDplusAuthUtils {
22
class OIDplusAuthUtils extends OIDplusBaseClass {
23
 
23
 
24
        // Useful functions
24
        // Useful functions
25
 
25
 
26
        public static function getRandomBytes($len) {
26
        public static function getRandomBytes($len) {
27
                if (function_exists('openssl_random_pseudo_bytes')) {
27
                if (function_exists('openssl_random_pseudo_bytes')) {