Contao\Encryption::__construct PHP Method

__construct() protected method

Initialize the encryption module
Deprecation: Deprecated since Contao 4.0, to be removed in Contao 5.0. The Encryption class is now static.
protected __construct ( )
    protected function __construct()
    {
        static::initialize();
    }