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
fun SsssPassphrase(    @Json(name = "algorithm") algorithm: String?,     @Json(name = "iterations") iterations: Int,     @Json(name = "salt") salt: String?)

Properties

Link copied to clipboard
val algorithm: String?
Link copied to clipboard
val iterations: Int
Link copied to clipboard
val salt: String?