Back to OpenSSL class

Method __construct

public
__construct
()
Constructor for this class
Class: OpenSSL
Project: Joomla

Method __construct - Source code

/**
 * Constructor for this class
 */
public function __construct()
{
    $this->openSSLOptions = OPENSSL_RAW_DATA | OPENSSL_ZERO_PADDING;
}