algorithms

@JvmName(name = "fyfpffxtluochnog")
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 = "nmitrusrpelxxysh")
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.