diff --git a/packages/at_commons/lib/src/at_constants.dart b/packages/at_commons/lib/src/at_constants.dart index 20a8afa3..00a15323 100644 --- a/packages/at_commons/lib/src/at_constants.dart +++ b/packages/at_commons/lib/src/at_constants.dart @@ -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';