X509_STORE_new(); return new X509Store($ffi, $x509); } public function freeObject() { $this->ffi->X509_STORE_free($this->cObj); } }