rd-framework / com.jetbrains.rd.framework.impl / RdSecureString

RdSecureString

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

Constructors

<init>

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

Properties

contents

val contents: String

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

toString

fun toString(): String

Extension Functions

deepClonePolymorphic

fun <T> T.deepClonePolymorphic(): T