Jose\JWTLoader::getSupportedContentEncryptionAlgorithms PHP Method

getSupportedContentEncryptionAlgorithms() public method

    public function getSupportedContentEncryptionAlgorithms()
    {
        return false === $this->isDecryptionSupportEnabled() ? [] : $this->decrypter->getSupportedContentEncryptionAlgorithms();
    }