privateKey = $privateKey; $this->publicKey = $publicKey; } protected function fetch_public_cert(&$request) { return $this->publicKey; } protected function fetch_private_cert(&$request) { return $this->privateKey; } }