getUniqueId

open fun getUniqueId(name: String): String

Returns the unique ID being used. The default key length is 256 bits.

Return

Unique ID.

Parameters

name

Unique name associated with this unique ID.


open fun getUniqueId(name: String, length: Int): String

Returns the unique ID being used based on the key length.

Return

Unique ID.

Parameters

name

Unique name associated with this unique ID.

length

Key length.