PHP Class Bitpay\Util\SecureRandom

Exibir arquivo Open project: bitpay/php-client Class Usage Examples

Protected Properties

Property Type Description
$hasOpenSSL boolean

Public Methods

Method Description
generateRandom ( $bytes = 32 ) : string
hasOpenSSL ( ) : boolean

Method Details

generateRandom() public static method

public static generateRandom ( $bytes = 32 ) : string
return string

hasOpenSSL() public static method

public static hasOpenSSL ( ) : boolean
return boolean

Property Details

$hasOpenSSL protected_oe static_oe property

protected static bool $hasOpenSSL
return boolean