hash; } /** * Returns the encoded version of the signature * * @return non-empty-string */ public function toString(): string { return $this->encoded; } }