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