Add FIXME
This commit is contained in:
parent
f3b464b88a
commit
bcd78a96bf
|
@ -74,6 +74,7 @@ interface CrossSigningService {
|
||||||
otherDeviceId: String,
|
otherDeviceId: String,
|
||||||
locallyTrusted: Boolean?): DeviceTrustResult
|
locallyTrusted: Boolean?): DeviceTrustResult
|
||||||
|
|
||||||
|
// FIXME Those method do not have to be in the service
|
||||||
fun onSecretMSKGossip(mskPrivateKey: String)
|
fun onSecretMSKGossip(mskPrivateKey: String)
|
||||||
fun onSecretSSKGossip(sskPrivateKey: String)
|
fun onSecretSSKGossip(sskPrivateKey: String)
|
||||||
fun onSecretUSKGossip(uskPrivateKey: String)
|
fun onSecretUSKGossip(uskPrivateKey: String)
|
||||||
|
|
Loading…
Reference in New Issue