vertx / io.vertx.ext.auth.mongo / MongoAuth / setHashAlgorithm

setHashAlgorithm

abstract fun setHashAlgorithm(hashAlgorithm: HashAlgorithm): MongoAuth

The Hash Algorithm which is used by the current instance

Parameters

hashAlgorithm - the HashAlgorithm to be set

Return
the current instance itself for fluent calls