Jose\JWTLoader::getSupportedContentEncryptionAlgorithms PHP Méthode

getSupportedContentEncryptionAlgorithms() public méthode

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