*/ abstract class GoogleGAL_Signer_Abstract { /** * Signs data, returns the signature as binary data. */ abstract public function sign($data); }