Jose\JWTCreator::getSupportedContentEncryptionAlgorithms PHP Méthode

getSupportedContentEncryptionAlgorithms() public méthode

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