-
Notifications
You must be signed in to change notification settings - Fork 19
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
feat: PrivateHiddenKey #65
feat: PrivateHiddenKey #65
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but can you explain in the PR (1) what a private hidden key is and (2) how this implementation matches the implementation in the Dart client
Ah my fault, now that I am looking at the Dart client, PrivateKeys in the Dart client are prefixed with |
Should I just close this or refactor everything to Also I've tried to create my own privatekey in my secondary manually and it would not work @gkc any idea why?
Is it because I am only allowed to read private keys and/or modify pre-existing private keys? |
Please set up some time to discuss this with @murali-shris ... it's important we retain consistency on the core concepts across SDKs at_commons has classes & methods to determine what sort of key type a key is. That is canonical, Java SDK should be exactly aligned |
Start by looking at AtKey.getKeyType in at_commons |
Thank you @gkc I will close for now because I do not think I did the correct approach. |
What I did
What's not done:
closes #48