hub
1.0.0-Alpha4-dev10
jvm
imahub-sdk-hub-core
/
imahub.sdk.hub.dtos
/
SignedPreKey
Signed
Pre
Key
data
class
SignedPreKey
(
val
keyId
:
Long
,
val
publicKey
:
String
,
val
signature
:
String
)
Represents a signal-compliant
SignedPreKey
.
Members
Constructors
Signed
Pre
Key
Link copied to clipboard
constructor
(
keyId
:
Long
,
publicKey
:
String
,
signature
:
String
)
Properties
key
Id
Link copied to clipboard
val
keyId
:
Long
The key's id.
public
Key
Link copied to clipboard
val
publicKey
:
String
signature
Link copied to clipboard
val
signature
:
String