class RdSecureString
This is a temporary stub for proper secure strings in protocol Unlike a normal string, it won't be stored in logs or any other string representations of protocol entities
RdSecureString(contents: String)
This is a temporary stub for proper secure strings in protocol Unlike a normal string, it won't be stored in logs or any other string representations of protocol entities |
val contents: String |
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |
fun <T> T.deepClonePolymorphic(): T |