Jose\Verifier::checkSignatures PHP Method

checkSignatures() private method

private checkSignatures ( Jose\Object\JWSInterface $jws )
$jws Jose\Object\JWSInterface
    private function checkSignatures(Object\JWSInterface $jws)
    {
        Assertion::greaterThan($jws->countSignatures(), 0, 'The JWS does not contain any signature.');
    }