EncryptedWithPasswordData

class EncryptedWithPasswordData(val cipherText: String)

Constructors

Link copied to clipboard
constructor(cipherText: String)

Properties

Link copied to clipboard
@SerializedName(value = "cipherText")
val cipherText: String