Jose\JWTLoader::getSupportedKeyEncryptionAlgorithms PHP 메소드

getSupportedKeyEncryptionAlgorithms() 공개 메소드

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