blockchain-kit-sdk
Toggle table of contents
1.0.21-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
blockchain-kit-sdk
blockchain-kit-sdk
/
com.cramium.blockchain.kit.mpc
/
IdentityExchangeResult
Identity
Exchange
Result
common
@
Serializable
data
class
IdentityExchangeResult
(
val
acPublicKey
:
ByteArray
,
val
mobilePublicKey
:
ByteArray
,
val
serverPublicKey
:
ByteArray
)
Result of the identity exchange protocol.
Members
Constructors
Identity
Exchange
Result
Link copied to clipboard
common
constructor
(
acPublicKey
:
ByteArray
,
mobilePublicKey
:
ByteArray
,
serverPublicKey
:
ByteArray
)
Properties
ac
Public
Key
Link copied to clipboard
common
@
Serializable
(
with
=
ByteArrayAsHexSerializer::class
)
val
acPublicKey
:
ByteArray
mobile
Public
Key
Link copied to clipboard
common
@
Serializable
(
with
=
ByteArrayAsHexSerializer::class
)
val
mobilePublicKey
:
ByteArray
server
Public
Key
Link copied to clipboard
common
@
Serializable
(
with
=
ByteArrayAsHexSerializer::class
)
val
serverPublicKey
:
ByteArray
Functions
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int