Jose\Decrypter::checkRecipients PHP Метод

checkRecipients() приватный Метод

private checkRecipients ( Jose\Object\JWEInterface $jwe )
$jwe Jose\Object\JWEInterface
    private function checkRecipients(Object\JWEInterface $jwe)
    {
        Assertion::greaterThan($jwe->countRecipients(), 0, 'The JWE does not contain any recipient.');
    }