Jose\JWTCreator::getSupportedKeyEncryptionAlgorithms PHP Method

getSupportedKeyEncryptionAlgorithms() public method

    public function getSupportedKeyEncryptionAlgorithms()
    {
        return false === $this->isEncryptionSupportEnabled() ? [] : $this->encrypter->getSupportedKeyEncryptionAlgorithms();
    }