Secret Storage Key Content
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun SecretStorageKeyContent( @Json(name = "algorithm" ) algorithm: String? = null, @Json(name = "name" ) name: String? = null, @Json(name = "passphrase" ) passphrase: SsssPassphrase? = null, @Json(name = "pubkey" ) publicKey: String? = null, @Json(name = "signatures" ) signatures: Map<String, Map<String, String>>? = null)
Content copied to clipboard