Add FIXME

This commit is contained in:
Benoit Marty 2020-06-17 11:25:08 +02:00 committed by Valere
parent f3b464b88a
commit bcd78a96bf

View File

@ -74,6 +74,7 @@ interface CrossSigningService {
otherDeviceId: String,
locallyTrusted: Boolean?): DeviceTrustResult
// FIXME Those method do not have to be in the service
fun onSecretMSKGossip(mskPrivateKey: String)
fun onSecretSSKGossip(sskPrivateKey: String)
fun onSecretUSKGossip(uskPrivateKey: String)