You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
AtEncryptionKeyPair, AtPkamKeyPair, AtSigningKeyPair, SymmetricKey
Describe the solution you'd like
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.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: