Skip to content

Commit

Permalink
fix: added constants for IVs
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 5, 2024
1 parent 0578bf1 commit 9bd327a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/at_commons/lib/src/at_constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ class AtConstants {
'encryptedDefaultEncPrivateKey';
static const String apkamEncryptedDefaultSelfEncryptionKey =
'encryptedDefaultSelfEncryptionKey';
static const String apkamEncryptionPrivateKeyIV = 'encPrivateKeyIV';
static const String apkamEncryptedSymmetricKey = 'encryptedApkamSymmetricKey';
static const String apkamSelfEncryptionKeyIV = 'selfEncKeyIV';
static const String apkamPublicKey = 'apkamPublicKey';
static const String apkamNamespaces = 'namespaces';
static const String defaultEncryptionPrivateKey = 'default_enc_private_key';
Expand Down

0 comments on commit 9bd327a

Please sign in to comment.