Jose\JWTCreator::getSupportedContentEncryptionAlgorithms PHP Method

getSupportedContentEncryptionAlgorithms() public method

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