vertx / io.vertx.rxjava.ext.auth / VertxContextPRNG / nextString

nextString

open fun nextString(length: Int): String

Returns a Base64 mime encoded String of random data with the given length. The length parameter refers to the length of the String before the encoding step.

Parameters

length - the desired string length before Base64 encoding.

Return
A base 64 encoded string.