SsssPassphrase

@JsonClass(generateAdapter = true)
data class SsssPassphrase(@Json(name = "algorithm") val algorithm: String?, @Json(name = "iterations") val iterations: Int, @Json(name = "salt") val salt: String?)

Constructors

Link copied to clipboard
constructor(@Json(name = "algorithm") algorithm: String?, @Json(name = "iterations") iterations: Int, @Json(name = "salt") salt: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val salt: String?