DrewM\Morse\Feature\Crypto::testOpenssl PHP Méthode

testOpenssl() public méthode

public testOpenssl ( )
    public function testOpenssl()
    {
        return defined('X509_PURPOSE_ANY') && self::functionAvailable('openssl_open');
    }