Jose\JWTLoader::getSupportedKeyEncryptionAlgorithms PHP Méthode

getSupportedKeyEncryptionAlgorithms() public méthode

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