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

at_chops - get keypair/key object based on keyname #436

Open
murali-shris opened this issue Oct 20, 2023 · 0 comments
Open

at_chops - get keypair/key object based on keyname #436

murali-shris opened this issue Oct 20, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@murali-shris
Copy link
Member

murali-shris commented Oct 20, 2023

Is your feature request related to a problem? Please describe.

  • AtChopsKeys has different key pairs/key object e.g
    AtEncryptionKeyPair, AtPkamKeyPair, AtSigningKeyPair, SymmetricKey
  • based on keyname return the corresponding key pair from _getEncryptionKeyPair / _getSymmetricKey

Describe the solution you'd like

  • investigate naming convention in key_names.dart
    whether it should have naming corresponding to keys stored in atKeys file e.g selfEncryptionKey, apkamSymmetricKey,apkamPublicKey etc. or whether keyname should be specific e.g rsa2048_apkam_public_key
    Discuss in arch call.
  • Implement _getEncryptionKeyPair/_getSymmetricKey

Describe alternatives you've considered

No response

Additional context

No response

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

No branches or pull requests

2 participants