Add FIXME

This commit is contained in:
Benoit Marty 2020-06-17 11:25:08 +02:00 committed by Valere
parent f3b464b88a
commit bcd78a96bf
1 changed files with 1 additions and 0 deletions

View File

@ -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)