Skip to content
Snippets Groups Projects
Commit 784ba2ce authored by Kamal Bramwell's avatar Kamal Bramwell
Browse files

Removed DHKey model

parent 4f503742
No related branches found
No related tags found
No related merge requests found
package io.elixxir.xxclient.models
import com.google.gson.annotations.SerializedName
import javax.crypto.interfaces.DHKey
data class GroupMembersList(
val members: List<GroupMember>
......@@ -9,14 +10,4 @@ data class GroupMembersList(
data class GroupMember(
@SerializedName("ID")
val id: String,
@SerializedName("DhKey")
val dhKey: DHKey
) : BindingsModel {
data class DHKey(
@SerializedName("Value")
val value: String,
@SerializedName("Fingerprint")
val fingerprint: Int
) : BindingsModel
\ No newline at end of file
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment