Secret Storage Key Content
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