Jose\Behaviour\EncrypterTrait::checkKeyUsage PHP Метод

checkKeyUsage() абстрактный защищенный Метод

abstract protected checkKeyUsage ( Jose\Object\JWKInterface $key, string $usage ) : boolean
$key Jose\Object\JWKInterface
$usage string
Результат boolean
    protected abstract function checkKeyUsage(Object\JWKInterface $key, $usage);