Jose\JWTLoader::getSupportedContentEncryptionAlgorithms PHP 메소드

getSupportedContentEncryptionAlgorithms() 공개 메소드

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