@refinio/one.models
Preparing search index...
misc/ConnectionEstablishment/protocols/CommunicationInitiationProtocolMessages
PrivatePersonInformationMessage
Interface PrivatePersonInformationMessage
Message for exchanging private person information like person id and private keys.
interface
PrivatePersonInformationMessage
{
command
:
"private_person_information"
;
personId
:
SHA256IdHash
<
Person
>
;
personPrivateKey
:
HexString
;
personPrivateSignKey
:
HexString
;
personPublicKey
:
HexString
;
personPublicSignKey
:
HexString
;
}
Index
Properties
command
person
Id
person
Private
Key
person
Private
Sign
Key
person
Public
Key
person
Public
Sign
Key
Properties
command
command
:
"private_person_information"
person
Id
personId
:
SHA256IdHash
<
Person
>
person
Private
Key
personPrivateKey
:
HexString
person
Private
Sign
Key
personPrivateSignKey
:
HexString
person
Public
Key
personPublicKey
:
HexString
person
Public
Sign
Key
personPublicSignKey
:
HexString
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
command
person
Id
person
Private
Key
person
Private
Sign
Key
person
Public
Key
person
Public
Sign
Key
@refinio/one.models
Loading...
Message for exchanging private person information like person id and private keys.