algorithms

@JvmName(name = "bgbupfxpcltgtbmj")
suspend fun algorithms(value: List<String>?)

Parameters

value

When specified, keys will be filtered by algorithm. The algorithms can be any of HS256, RS256,AES, etc.


@JvmName(name = "ipqmxkdneupydpww")
suspend fun algorithms(vararg values: String)

Parameters

values

When specified, keys will be filtered by algorithm. The algorithms can be any of HS256, RS256,AES, etc.