MLSPublicKeysRepository

Functions

Link copied to clipboard
abstract suspend fun fetchKeys(): Either<CoreFailure, <Error class: unknown class>>
Link copied to clipboard
abstract suspend fun getKeyForCipherSuite(cipherSuite: <Error class: unknown class>): Either<CoreFailure, ByteArray>
Link copied to clipboard
abstract suspend fun getKeys(): Either<CoreFailure, <Error class: unknown class>>