*
* @param $decodedArray An array with 'decoded' (explode() was mostly called) data
* @return $isSignatureValid Whether the signature is valid
- * @todo Unfinished area, signature are currently not supported
+ * @todo Unfinished area, signatures are currently NOT fully supported
*/
private function isPackageSignatureValid (array $decodedArray) {
// Generate the signature of comparing it
// Is it the same?
//$isSignatureValid =
- die('signature='.$signature.print_r($decodedArray,true));
+ die(__METHOD__.': signature='.$signature.chr(10).',decodedArray='.print_r($decodedArray,true));
}
/**
// Generate the signature of comparing it
/*
- * @todo Unsupported feature commented out
+ * @todo Unsupported feature of "signed" messages commented out
if (!$this->isPackageSignatureValid($decodedArray)) {
// Is not valid, so throw an exception here
die('INVALID SIG! UNDER CONSTRUCTION!' . chr(10));