Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement standard device key format #25

Closed
clintfred opened this issue Jul 25, 2019 · 2 comments
Closed

Implement standard device key format #25

clintfred opened this issue Jul 25, 2019 · 2 comments
Assignees
Milestone

Comments

@clintfred
Copy link
Contributor

clintfred commented Jul 25, 2019

We are going to standardize the DeviceContext/DeviceKeys JSON format across all SDKs. The proposed format (in Typescript) is:

{
    deviceId: number;
    accountId: string;
    segmentId: number;
    devicePrivateKey: Base64String;
    // “expanded private key” (both pub/priv)
    signingPrivateKey: Base64String; 
}

see: IronCoreLabs/ironnode#27

@ernieturner
Copy link
Contributor

Updated to add deviceId to this response structure as well.

@ernieturner ernieturner added this to the 2019-10-18 milestone Oct 4, 2019
@ernieturner
Copy link
Contributor

When complete, write up tickets to do this work in java & scala and add to spreadsheet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants