@digitaldefiance/ecies-lib 4.4.14 → 4.4.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
- package/src/builders/ecies-builder.js +9 -5
- package/src/builders/ecies-builder.js.map +1 -1
- package/src/builders/index.js +5 -2
- package/src/builders/index.js.map +1 -1
- package/src/builders/member-builder.js +25 -21
- package/src/builders/member-builder.js.map +1 -1
- package/src/constants.js +79 -68
- package/src/constants.js.map +1 -1
- package/src/core/errors/crypto-error.js +14 -10
- package/src/core/errors/crypto-error.js.map +1 -1
- package/src/core/index.js +5 -2
- package/src/core/index.js.map +1 -1
- package/src/core/types/result.js +5 -1
- package/src/core/types/result.js.map +1 -1
- package/src/email-string.js +13 -8
- package/src/email-string.js.map +1 -1
- package/src/enumerations/disposed-error-type.js +5 -2
- package/src/enumerations/disposed-error-type.js.map +1 -1
- package/src/enumerations/ecies-cipher-suite.js +5 -2
- package/src/enumerations/ecies-cipher-suite.js.map +1 -1
- package/src/enumerations/ecies-encryption-type.js +9 -6
- package/src/enumerations/ecies-encryption-type.js.map +1 -1
- package/src/enumerations/ecies-error-type.js +5 -2
- package/src/enumerations/ecies-error-type.js.map +1 -1
- package/src/enumerations/ecies-string-key.js +5 -2
- package/src/enumerations/ecies-string-key.js.map +1 -1
- package/src/enumerations/ecies-version.js +5 -2
- package/src/enumerations/ecies-version.js.map +1 -1
- package/src/enumerations/guid-brand-type.js +5 -2
- package/src/enumerations/guid-brand-type.js.map +1 -1
- package/src/enumerations/guid-error-type.js +5 -2
- package/src/enumerations/guid-error-type.js.map +1 -1
- package/src/enumerations/id-provider-error-type.js +5 -2
- package/src/enumerations/id-provider-error-type.js.map +1 -1
- package/src/enumerations/index.js +20 -17
- package/src/enumerations/index.js.map +1 -1
- package/src/enumerations/invalid-email-type.js +5 -2
- package/src/enumerations/invalid-email-type.js.map +1 -1
- package/src/enumerations/length-encoding-type.js +5 -2
- package/src/enumerations/length-encoding-type.js.map +1 -1
- package/src/enumerations/length-error-type.js +5 -2
- package/src/enumerations/length-error-type.js.map +1 -1
- package/src/enumerations/member-error-type.js +6 -3
- package/src/enumerations/member-error-type.js.map +1 -1
- package/src/enumerations/member-type.js +6 -3
- package/src/enumerations/member-type.js.map +1 -1
- package/src/enumerations/password-login-error-type.js +5 -2
- package/src/enumerations/password-login-error-type.js.map +1 -1
- package/src/enumerations/pbkdf2-error-type.js +5 -2
- package/src/enumerations/pbkdf2-error-type.js.map +1 -1
- package/src/enumerations/pbkdf2-profile.js +5 -2
- package/src/enumerations/pbkdf2-profile.js.map +1 -1
- package/src/enumerations/secure-storage-error-type.js +5 -2
- package/src/enumerations/secure-storage-error-type.js.map +1 -1
- package/src/errors/disposed.js +9 -5
- package/src/errors/disposed.js.map +1 -1
- package/src/errors/ecies.js +9 -5
- package/src/errors/ecies.js.map +1 -1
- package/src/errors/guid.js +13 -9
- package/src/errors/guid.js.map +1 -1
- package/src/errors/id-provider.js +10 -6
- package/src/errors/id-provider.js.map +1 -1
- package/src/errors/index.js +12 -9
- package/src/errors/index.js.map +1 -1
- package/src/errors/invalid-email.js +9 -5
- package/src/errors/invalid-email.js.map +1 -1
- package/src/errors/length.js +9 -5
- package/src/errors/length.js.map +1 -1
- package/src/errors/member.js +9 -5
- package/src/errors/member.js.map +1 -1
- package/src/errors/pbkdf2.js +9 -5
- package/src/errors/pbkdf2.js.map +1 -1
- package/src/errors/secure-storage.js +10 -6
- package/src/errors/secure-storage.js.map +1 -1
- package/src/errors/simple-ecies.js +10 -6
- package/src/errors/simple-ecies.js.map +1 -1
- package/src/errors/simple-test-error.js +5 -1
- package/src/errors/simple-test-error.js.map +1 -1
- package/src/i18n-setup.js +37 -29
- package/src/i18n-setup.js.map +1 -1
- package/src/index.d.ts +3 -3
- package/src/index.d.ts.map +1 -1
- package/src/index.js +123 -60
- package/src/index.js.map +1 -1
- package/src/interfaces/checksum-config.js +2 -1
- package/src/interfaces/checksum-consts.js +2 -1
- package/src/interfaces/configuration-provenance.js +6 -1
- package/src/interfaces/configuration-provenance.js.map +1 -1
- package/src/interfaces/constants.js +2 -1
- package/src/interfaces/ecies-config.js +2 -1
- package/src/interfaces/ecies-consts.js +2 -1
- package/src/interfaces/ecies-file-service.js +2 -1
- package/src/interfaces/encrypted-chunk.js +4 -1
- package/src/interfaces/encrypted-chunk.js.map +1 -1
- package/src/interfaces/encryption-state.js +4 -1
- package/src/interfaces/encryption-state.js.map +1 -1
- package/src/interfaces/frontend-member-operational.js +2 -1
- package/src/interfaces/guid.js +2 -1
- package/src/interfaces/id-provider.js +5 -1
- package/src/interfaces/id-provider.js.map +1 -1
- package/src/interfaces/index.js +15 -12
- package/src/interfaces/index.js.map +1 -1
- package/src/interfaces/invariant.js +5 -1
- package/src/interfaces/invariant.js.map +1 -1
- package/src/interfaces/library-error.js +2 -1
- package/src/interfaces/member-storage.js +2 -1
- package/src/interfaces/member-with-mnemonic.js +2 -1
- package/src/interfaces/member.js +2 -1
- package/src/interfaces/multi-recipient-chunk.js +6 -1
- package/src/interfaces/multi-recipient-chunk.js.map +1 -1
- package/src/interfaces/pbkdf2-config.js +2 -1
- package/src/interfaces/pbkdf2-consts.js +2 -1
- package/src/interfaces/pbkdf2-result.js +2 -1
- package/src/interfaces/stream-config.js +4 -1
- package/src/interfaces/stream-config.js.map +1 -1
- package/src/interfaces/stream-header.js +4 -1
- package/src/interfaces/stream-header.js.map +1 -1
- package/src/interfaces/stream-progress.js +2 -1
- package/src/lib/configuration-provenance-utils.js +9 -5
- package/src/lib/configuration-provenance-utils.js.map +1 -1
- package/src/lib/crypto-container.js +13 -9
- package/src/lib/crypto-container.js.map +1 -1
- package/src/lib/guid.js +81 -76
- package/src/lib/guid.js.map +1 -1
- package/src/lib/id-providers/custom-provider.js +14 -10
- package/src/lib/id-providers/custom-provider.js.map +1 -1
- package/src/lib/id-providers/guidv4-provider.js +20 -16
- package/src/lib/id-providers/guidv4-provider.js.map +1 -1
- package/src/lib/id-providers/index.js +13 -5
- package/src/lib/id-providers/index.js.map +1 -1
- package/src/lib/id-providers/objectid-provider.js +15 -11
- package/src/lib/id-providers/objectid-provider.js.map +1 -1
- package/src/lib/id-providers/uuid-provider.js +16 -12
- package/src/lib/id-providers/uuid-provider.js.map +1 -1
- package/src/lib/index.js +5 -2
- package/src/lib/index.js.map +1 -1
- package/src/lib/invariant-validator.js +18 -14
- package/src/lib/invariant-validator.js.map +1 -1
- package/src/lib/invariants/encryption-algorithm-consistency.js +6 -2
- package/src/lib/invariants/encryption-algorithm-consistency.js.map +1 -1
- package/src/lib/invariants/index.js +6 -3
- package/src/lib/invariants/index.js.map +1 -1
- package/src/lib/invariants/pbkdf2-profiles-validity.js +13 -9
- package/src/lib/invariants/pbkdf2-profiles-validity.js.map +1 -1
- package/src/lib/invariants/recipient-id-consistency.js +6 -2
- package/src/lib/invariants/recipient-id-consistency.js.map +1 -1
- package/src/lib/multi-recipient-chunk-utils.js +6 -2
- package/src/lib/multi-recipient-chunk-utils.js.map +1 -1
- package/src/member.js +48 -43
- package/src/member.js.map +1 -1
- package/src/pbkdf2-profiles.js +2 -1
- package/src/phone-number.js +11 -7
- package/src/phone-number.js.map +1 -1
- package/src/regexes.js +6 -3
- package/src/regexes.js.map +1 -1
- package/src/secure-buffer.js +21 -17
- package/src/secure-buffer.js.map +1 -1
- package/src/secure-string.js +23 -19
- package/src/secure-string.js.map +1 -1
- package/src/services/aes-gcm.js +25 -21
- package/src/services/aes-gcm.js.map +1 -1
- package/src/services/chunk-processor.js +36 -32
- package/src/services/chunk-processor.js.map +1 -1
- package/src/services/ecies/crypto-core.js +44 -40
- package/src/services/ecies/crypto-core.js.map +1 -1
- package/src/services/ecies/example.js +44 -37
- package/src/services/ecies/example.js.map +1 -1
- package/src/services/ecies/file.js +5 -1
- package/src/services/ecies/file.js.map +1 -1
- package/src/services/ecies/index.js +15 -10
- package/src/services/ecies/index.js.map +1 -1
- package/src/services/ecies/integration.js +28 -23
- package/src/services/ecies/integration.js.map +1 -1
- package/src/services/ecies/interfaces.js +2 -1
- package/src/services/ecies/interfaces.js.map +1 -1
- package/src/services/ecies/manual-test.js +34 -26
- package/src/services/ecies/manual-test.js.map +1 -1
- package/src/services/ecies/multi-recipient.js +68 -64
- package/src/services/ecies/multi-recipient.js.map +1 -1
- package/src/services/ecies/service.js +31 -27
- package/src/services/ecies/service.js.map +1 -1
- package/src/services/ecies/signature.js +13 -9
- package/src/services/ecies/signature.js.map +1 -1
- package/src/services/ecies/single-recipient.js +53 -49
- package/src/services/ecies/single-recipient.js.map +1 -1
- package/src/services/encryption-stream.js +46 -42
- package/src/services/encryption-stream.js.map +1 -1
- package/src/services/index.js +13 -10
- package/src/services/index.js.map +1 -1
- package/src/services/multi-recipient-processor.js +44 -40
- package/src/services/multi-recipient-processor.js.map +1 -1
- package/src/services/password-login.js +37 -33
- package/src/services/password-login.js.map +1 -1
- package/src/services/pbkdf2.js +12 -8
- package/src/services/pbkdf2.js.map +1 -1
- package/src/services/progress-tracker.js +9 -5
- package/src/services/progress-tracker.js.map +1 -1
- package/src/services/resumable-encryption.js +28 -24
- package/src/services/resumable-encryption.js.map +1 -1
- package/src/services/xor.js +5 -1
- package/src/services/xor.js.map +1 -1
- package/src/test-mocks/index.js +4 -1
- package/src/test-mocks/index.js.map +1 -1
- package/src/test-mocks/mock-frontend-member.js +24 -20
- package/src/test-mocks/mock-frontend-member.js.map +1 -1
- package/src/testing.js +4 -1
- package/src/testing.js.map +1 -1
- package/src/translations/de.js +195 -192
- package/src/translations/de.js.map +1 -1
- package/src/translations/en-US.js +195 -192
- package/src/translations/en-US.js.map +1 -1
- package/src/translations/es.js +195 -192
- package/src/translations/es.js.map +1 -1
- package/src/translations/fr.js +195 -192
- package/src/translations/fr.js.map +1 -1
- package/src/translations/ja.js +195 -192
- package/src/translations/ja.js.map +1 -1
- package/src/translations/uk.js +195 -192
- package/src/translations/uk.js.map +1 -1
- package/src/translations/zh-cn.js +195 -192
- package/src/translations/zh-cn.js.map +1 -1
- package/src/types/deep-partial.js +2 -1
- package/src/types.js +2 -1
- package/src/utils/encryption-type-utils.js +21 -15
- package/src/utils/encryption-type-utils.js.map +1 -1
- package/src/utils.js +77 -59
- package/src/utils.js.map +1 -1
|
@@ -1,204 +1,207 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.englishTranslations = void 0;
|
|
4
|
+
const enumerations_1 = require("../enumerations");
|
|
5
|
+
const i18n_lib_1 = require("@digitaldefiance/i18n-lib");
|
|
6
|
+
exports.englishTranslations = {
|
|
4
7
|
// ECIES Error Types - buildReasonMap(ECIESErrorTypeEnum, 'Error', 'ECIESError')
|
|
5
|
-
[EciesStringKey.Error_ECIESError_InvalidECIESMultipleEncryptedKeySize]: 'Invalid ECIES multiple encrypted key size',
|
|
6
|
-
[EciesStringKey.Error_ECIESError_InvalidECIESPublicKeyLength]: 'Invalid ECIES public key length',
|
|
7
|
-
[EciesStringKey.Error_ECIESError_InvalidECIESMultipleRecipientCountSize]: 'Invalid ECIES multiple recipient count size',
|
|
8
|
-
[EciesStringKey.Error_ECIESError_InvalidECIESMultipleDataLengthSize]: 'Invalid ECIES multiple data length size',
|
|
9
|
-
[EciesStringKey.Error_ECIESError_InvalidECIESMultipleRecipientIdSize]: 'Invalid ECIES multiple recipient ID size',
|
|
10
|
-
[EciesStringKey.Error_ECIESError_CRCError]: 'CRC error',
|
|
11
|
-
[EciesStringKey.Error_ECIESError_InvalidEncryptionType]: 'Invalid encryption type',
|
|
12
|
-
[EciesStringKey.Error_ECIESError_InvalidEncryptionTypeTemplate]: 'Invalid encryption type: {encryptionType}',
|
|
13
|
-
[EciesStringKey.Error_ECIESError_InvalidIVLength]: 'Invalid IV length',
|
|
14
|
-
[EciesStringKey.Error_ECIESError_InvalidAuthTagLength]: 'Invalid auth tag length',
|
|
15
|
-
[EciesStringKey.Error_ECIESError_InvalidHeaderLength]: 'Invalid header length',
|
|
16
|
-
[EciesStringKey.Error_ECIESError_InvalidDataLength]: 'Invalid data length',
|
|
17
|
-
[EciesStringKey.Error_ECIESError_InvalidPrivateKey]: 'Invalid private key',
|
|
18
|
-
[EciesStringKey.Error_ECIESError_InvalidIV]: 'Invalid initialization vector (IV)',
|
|
19
|
-
[EciesStringKey.Error_ECIESError_InvalidAuthTag]: 'Invalid authentication tag',
|
|
20
|
-
[EciesStringKey.Error_ECIESError_InvalidSharedSecret]: 'Invalid shared secret',
|
|
21
|
-
[EciesStringKey.Error_ECIESError_InvalidPublicKeyNotOnCurve]: 'Invalid public key: not on curve',
|
|
22
|
-
[EciesStringKey.Error_ECIESError_InvalidEncryptedDataLength]: 'Invalid encrypted data length',
|
|
23
|
-
[EciesStringKey.Error_ECIESError_InvalidMessageCrc]: 'Invalid message CRC',
|
|
24
|
-
[EciesStringKey.Error_ECIESError_InvalidMnemonic]: 'Invalid mnemonic',
|
|
25
|
-
[EciesStringKey.Error_ECIESError_InvalidOperation]: 'Invalid operation',
|
|
26
|
-
[EciesStringKey.Error_ECIESError_MessageLengthMismatch]: 'Message length mismatch',
|
|
27
|
-
[EciesStringKey.Error_ECIESError_InvalidEncryptedKeyLength]: 'Invalid encrypted key length',
|
|
28
|
-
[EciesStringKey.Error_ECIESError_InvalidEphemeralPublicKey]: 'Invalid ephemeral public key',
|
|
29
|
-
[EciesStringKey.Error_ECIESError_MissingEphemeralPublicKey]: 'Missing ephemeral public key',
|
|
30
|
-
[EciesStringKey.Error_ECIESError_RecipientNotFound]: 'Recipient not found in recipient IDs',
|
|
31
|
-
[EciesStringKey.Error_ECIESError_InvalidSignature]: 'Invalid signature',
|
|
32
|
-
[EciesStringKey.Error_ECIESError_InvalidSenderPublicKey]: 'Invalid sender public key',
|
|
33
|
-
[EciesStringKey.Error_ECIESError_TooManyRecipients]: 'Too many recipients: exceeds maximum allowed',
|
|
34
|
-
[EciesStringKey.Error_ECIESError_PrivateKeyNotLoaded]: 'Private key not loaded',
|
|
35
|
-
[EciesStringKey.Error_ECIESError_RecipientKeyCountMismatch]: 'Recipient count does not match key count',
|
|
36
|
-
[EciesStringKey.Error_ECIESError_InvalidRecipientCount]: 'Invalid recipient count',
|
|
37
|
-
[EciesStringKey.Error_ECIESError_FileSizeTooLarge]: 'File size too large',
|
|
38
|
-
[EciesStringKey.Error_ECIESError_DecryptionFailed]: 'Decryption operation failed',
|
|
39
|
-
[EciesStringKey.Error_ECIESError_InvalidRecipientPublicKey]: 'Invalid recipient public key provided for encryption',
|
|
40
|
-
[EciesStringKey.Error_ECIESError_SecretComputationFailed]: 'Failed to compute shared secret during ECIES operation',
|
|
41
|
-
[EciesStringKey.Error_ECIESError_AuthenticationTagIsRequiredForKeyEncryption]: 'Authentication tag is required for key encryption',
|
|
42
|
-
[EciesStringKey.Error_ECIESError_InvalidEncryptedKeyLengthTemplate]: 'Invalid encrypted key length: expected {keySize}, got {encryptedKeyLength}',
|
|
43
|
-
[EciesStringKey.Error_ECIESError_FailedToDecryptKey]: 'Failed to decrypt key',
|
|
44
|
-
[EciesStringKey.Error_ECIESError_TooManyRecipientsTemplate]: 'Too many recipients: {recipientsCount}',
|
|
45
|
-
[EciesStringKey.Error_ECIESError_MessageTooLarge]: 'Message too large',
|
|
46
|
-
[EciesStringKey.Error_ECIESError_MessageTooLargeTemplate]: 'Message too large: {length}',
|
|
47
|
-
[EciesStringKey.Error_ECIESError_AuthenticationTagIsRequiredForECIESEncryption]: 'Authentication tag is required for ECIES encryption',
|
|
48
|
-
[EciesStringKey.Error_ECIESError_AuthenticationTagIsRequiredForMultiRecipientECIESEncryption]: 'Authentication tag is required for multi-recipient ECIES encryption',
|
|
49
|
-
[EciesStringKey.Error_ECIESError_DecryptedDataLengthMismatch]: 'Decrypted data length mismatch',
|
|
50
|
-
[EciesStringKey.Error_ECIESError_RecipientCountMismatch]: 'Recipient count mismatch',
|
|
51
|
-
[EciesStringKey.Error_ECIESError_DataTooShortForMultiRecipientHeader]: 'Data too short for multi-recipient header',
|
|
52
|
-
[EciesStringKey.Error_ECIESError_FailedToDecryptChallengeTemplate]: 'Failed to decrypt challenge: {error}',
|
|
53
|
-
[EciesStringKey.Error_ECIESError_InvalidChallengeSignature]: 'Invalid challenge signature',
|
|
54
|
-
[EciesStringKey.Error_ECIESError_FailedToDervivePrivateKey]: 'Failed to derive private key',
|
|
55
|
-
[EciesStringKey.Error_ECIESError_InvalidPublicKeyFormatOrLengthTemplate]: 'Invalid public key format or length: {keyLength}',
|
|
56
|
-
[EciesStringKey.Error_ECIESError_ReceivedNullOrUndefinedPublicKey]: 'Received null or undefined public key',
|
|
57
|
-
[EciesStringKey.Error_ECIESError_MessageLengthExceedsMaximumAllowedSizeTemplate]: 'Message length exceeds maximum allowed size: {messageLength}',
|
|
58
|
-
[EciesStringKey.Error_ECIESError_MultipleEncryptionTypeNotSupportedInSingleRecipientMode]: 'Multiple encryption type not supported in single recipient mode',
|
|
59
|
-
[EciesStringKey.Error_ECIESError_EncryptionTypeMismatchTemplate]: 'Encryption type mismatch: expected {encryptionType}, got {actualEncryptionType}',
|
|
60
|
-
[EciesStringKey.Error_ECIESError_DataTooShortTemplate]: 'Data too short: required {requiredSize}, got {dataLength}',
|
|
61
|
-
[EciesStringKey.Error_ECIESError_DataLengthMismatchTemplate]: 'Data length mismatch: expected {expectedDataLength}, got {receivedDataLength}',
|
|
62
|
-
[EciesStringKey.Error_ECIESError_CombinedDataTooShortForComponents]: 'Combined data is too short to contain required components',
|
|
63
|
-
[EciesStringKey.Error_ECIESError_InvalidChecksumConstants]: 'Invalid checksum constants',
|
|
64
|
-
[EciesStringKey.Error_ECIESError_CannotOverwriteDefaultConfiguration]: 'Cannot overwrite the default configuration',
|
|
65
|
-
[EciesStringKey.Error_ECIESError_InvalidAESKeyLength]: 'Invalid AES key length: must be 16, 24, or 32 bytes',
|
|
66
|
-
[EciesStringKey.Error_ECIESError_CannotEncryptEmptyData]: 'Cannot encrypt empty data',
|
|
67
|
-
[EciesStringKey.Error_ECIESError_CannotDecryptEmptyData]: 'Cannot decrypt empty data',
|
|
68
|
-
[EciesStringKey.Error_ECIESError_EncryptedSizeExceedsExpected]: 'Encrypted size exceeds expected maximum',
|
|
8
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidECIESMultipleEncryptedKeySize]: 'Invalid ECIES multiple encrypted key size',
|
|
9
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidECIESPublicKeyLength]: 'Invalid ECIES public key length',
|
|
10
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidECIESMultipleRecipientCountSize]: 'Invalid ECIES multiple recipient count size',
|
|
11
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidECIESMultipleDataLengthSize]: 'Invalid ECIES multiple data length size',
|
|
12
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidECIESMultipleRecipientIdSize]: 'Invalid ECIES multiple recipient ID size',
|
|
13
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_CRCError]: 'CRC error',
|
|
14
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidEncryptionType]: 'Invalid encryption type',
|
|
15
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidEncryptionTypeTemplate]: 'Invalid encryption type: {encryptionType}',
|
|
16
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidIVLength]: 'Invalid IV length',
|
|
17
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidAuthTagLength]: 'Invalid auth tag length',
|
|
18
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidHeaderLength]: 'Invalid header length',
|
|
19
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidDataLength]: 'Invalid data length',
|
|
20
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidPrivateKey]: 'Invalid private key',
|
|
21
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidIV]: 'Invalid initialization vector (IV)',
|
|
22
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidAuthTag]: 'Invalid authentication tag',
|
|
23
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidSharedSecret]: 'Invalid shared secret',
|
|
24
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidPublicKeyNotOnCurve]: 'Invalid public key: not on curve',
|
|
25
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidEncryptedDataLength]: 'Invalid encrypted data length',
|
|
26
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidMessageCrc]: 'Invalid message CRC',
|
|
27
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidMnemonic]: 'Invalid mnemonic',
|
|
28
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidOperation]: 'Invalid operation',
|
|
29
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_MessageLengthMismatch]: 'Message length mismatch',
|
|
30
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidEncryptedKeyLength]: 'Invalid encrypted key length',
|
|
31
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidEphemeralPublicKey]: 'Invalid ephemeral public key',
|
|
32
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_MissingEphemeralPublicKey]: 'Missing ephemeral public key',
|
|
33
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_RecipientNotFound]: 'Recipient not found in recipient IDs',
|
|
34
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidSignature]: 'Invalid signature',
|
|
35
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidSenderPublicKey]: 'Invalid sender public key',
|
|
36
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_TooManyRecipients]: 'Too many recipients: exceeds maximum allowed',
|
|
37
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_PrivateKeyNotLoaded]: 'Private key not loaded',
|
|
38
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_RecipientKeyCountMismatch]: 'Recipient count does not match key count',
|
|
39
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidRecipientCount]: 'Invalid recipient count',
|
|
40
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_FileSizeTooLarge]: 'File size too large',
|
|
41
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_DecryptionFailed]: 'Decryption operation failed',
|
|
42
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidRecipientPublicKey]: 'Invalid recipient public key provided for encryption',
|
|
43
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_SecretComputationFailed]: 'Failed to compute shared secret during ECIES operation',
|
|
44
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_AuthenticationTagIsRequiredForKeyEncryption]: 'Authentication tag is required for key encryption',
|
|
45
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidEncryptedKeyLengthTemplate]: 'Invalid encrypted key length: expected {keySize}, got {encryptedKeyLength}',
|
|
46
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_FailedToDecryptKey]: 'Failed to decrypt key',
|
|
47
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_TooManyRecipientsTemplate]: 'Too many recipients: {recipientsCount}',
|
|
48
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_MessageTooLarge]: 'Message too large',
|
|
49
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_MessageTooLargeTemplate]: 'Message too large: {length}',
|
|
50
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_AuthenticationTagIsRequiredForECIESEncryption]: 'Authentication tag is required for ECIES encryption',
|
|
51
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_AuthenticationTagIsRequiredForMultiRecipientECIESEncryption]: 'Authentication tag is required for multi-recipient ECIES encryption',
|
|
52
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_DecryptedDataLengthMismatch]: 'Decrypted data length mismatch',
|
|
53
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_RecipientCountMismatch]: 'Recipient count mismatch',
|
|
54
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_DataTooShortForMultiRecipientHeader]: 'Data too short for multi-recipient header',
|
|
55
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_FailedToDecryptChallengeTemplate]: 'Failed to decrypt challenge: {error}',
|
|
56
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidChallengeSignature]: 'Invalid challenge signature',
|
|
57
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_FailedToDervivePrivateKey]: 'Failed to derive private key',
|
|
58
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidPublicKeyFormatOrLengthTemplate]: 'Invalid public key format or length: {keyLength}',
|
|
59
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_ReceivedNullOrUndefinedPublicKey]: 'Received null or undefined public key',
|
|
60
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_MessageLengthExceedsMaximumAllowedSizeTemplate]: 'Message length exceeds maximum allowed size: {messageLength}',
|
|
61
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_MultipleEncryptionTypeNotSupportedInSingleRecipientMode]: 'Multiple encryption type not supported in single recipient mode',
|
|
62
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_EncryptionTypeMismatchTemplate]: 'Encryption type mismatch: expected {encryptionType}, got {actualEncryptionType}',
|
|
63
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_DataTooShortTemplate]: 'Data too short: required {requiredSize}, got {dataLength}',
|
|
64
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_DataLengthMismatchTemplate]: 'Data length mismatch: expected {expectedDataLength}, got {receivedDataLength}',
|
|
65
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_CombinedDataTooShortForComponents]: 'Combined data is too short to contain required components',
|
|
66
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidChecksumConstants]: 'Invalid checksum constants',
|
|
67
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_CannotOverwriteDefaultConfiguration]: 'Cannot overwrite the default configuration',
|
|
68
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidAESKeyLength]: 'Invalid AES key length: must be 16, 24, or 32 bytes',
|
|
69
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_CannotEncryptEmptyData]: 'Cannot encrypt empty data',
|
|
70
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_CannotDecryptEmptyData]: 'Cannot decrypt empty data',
|
|
71
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_EncryptedSizeExceedsExpected]: 'Encrypted size exceeds expected maximum',
|
|
69
72
|
// Member Error Types - buildReasonMap(MemberErrorType, 'Error', 'MemberError')
|
|
70
|
-
[EciesStringKey.Error_MemberError_MissingMemberName]: 'Member name is required',
|
|
71
|
-
[EciesStringKey.Error_MemberError_InvalidMemberNameWhitespace]: 'Member name contains trailing or leading whitespace.',
|
|
72
|
-
[EciesStringKey.Error_MemberError_InvalidEmail]: 'Invalid email.',
|
|
73
|
-
[EciesStringKey.Error_MemberError_InvalidMemberName]: 'Invalid member name.',
|
|
74
|
-
[EciesStringKey.Error_MemberError_InvalidMemberStatus]: 'Invalid member status.',
|
|
75
|
-
[EciesStringKey.Error_MemberError_MissingEmail]: 'Missing email.',
|
|
76
|
-
[EciesStringKey.Error_MemberError_InvalidEmailWhitespace]: 'Email contains trailing or leading whitespace.',
|
|
77
|
-
[EciesStringKey.Error_MemberError_MissingPrivateKey]: 'Missing private key.',
|
|
78
|
-
[EciesStringKey.Error_MemberError_NoWallet]: 'No wallet loaded.',
|
|
79
|
-
[EciesStringKey.Error_MemberError_WalletAlreadyLoaded]: 'Wallet already loaded.',
|
|
80
|
-
[EciesStringKey.Error_MemberError_InvalidMnemonic]: 'Invalid wallet mnemonic.',
|
|
81
|
-
[EciesStringKey.Error_MemberError_IncorrectOrInvalidPrivateKey]: 'Incorrect or invalid private key for public key',
|
|
82
|
-
[EciesStringKey.Error_MemberError_MemberNotFound]: 'Member not found.',
|
|
83
|
-
[EciesStringKey.Error_MemberError_MemberAlreadyExists]: 'Member already exists.',
|
|
84
|
-
[EciesStringKey.Error_MemberError_FailedToHydrateMember]: 'Failed to hydrate member.',
|
|
85
|
-
[EciesStringKey.Error_MemberError_InvalidMemberData]: 'Invalid member data.',
|
|
86
|
-
[EciesStringKey.Error_MemberError_FailedToConvertMemberData]: 'Failed to convert member data.',
|
|
87
|
-
[EciesStringKey.Error_MemberError_MissingEncryptionData]: 'Missing encryption data.',
|
|
88
|
-
[EciesStringKey.Error_MemberError_EncryptionDataTooLarge]: 'Encryption data too large.',
|
|
89
|
-
[EciesStringKey.Error_MemberError_InvalidEncryptionData]: 'Invalid encryption data.',
|
|
73
|
+
[enumerations_1.EciesStringKey.Error_MemberError_MissingMemberName]: 'Member name is required',
|
|
74
|
+
[enumerations_1.EciesStringKey.Error_MemberError_InvalidMemberNameWhitespace]: 'Member name contains trailing or leading whitespace.',
|
|
75
|
+
[enumerations_1.EciesStringKey.Error_MemberError_InvalidEmail]: 'Invalid email.',
|
|
76
|
+
[enumerations_1.EciesStringKey.Error_MemberError_InvalidMemberName]: 'Invalid member name.',
|
|
77
|
+
[enumerations_1.EciesStringKey.Error_MemberError_InvalidMemberStatus]: 'Invalid member status.',
|
|
78
|
+
[enumerations_1.EciesStringKey.Error_MemberError_MissingEmail]: 'Missing email.',
|
|
79
|
+
[enumerations_1.EciesStringKey.Error_MemberError_InvalidEmailWhitespace]: 'Email contains trailing or leading whitespace.',
|
|
80
|
+
[enumerations_1.EciesStringKey.Error_MemberError_MissingPrivateKey]: 'Missing private key.',
|
|
81
|
+
[enumerations_1.EciesStringKey.Error_MemberError_NoWallet]: 'No wallet loaded.',
|
|
82
|
+
[enumerations_1.EciesStringKey.Error_MemberError_WalletAlreadyLoaded]: 'Wallet already loaded.',
|
|
83
|
+
[enumerations_1.EciesStringKey.Error_MemberError_InvalidMnemonic]: 'Invalid wallet mnemonic.',
|
|
84
|
+
[enumerations_1.EciesStringKey.Error_MemberError_IncorrectOrInvalidPrivateKey]: 'Incorrect or invalid private key for public key',
|
|
85
|
+
[enumerations_1.EciesStringKey.Error_MemberError_MemberNotFound]: 'Member not found.',
|
|
86
|
+
[enumerations_1.EciesStringKey.Error_MemberError_MemberAlreadyExists]: 'Member already exists.',
|
|
87
|
+
[enumerations_1.EciesStringKey.Error_MemberError_FailedToHydrateMember]: 'Failed to hydrate member.',
|
|
88
|
+
[enumerations_1.EciesStringKey.Error_MemberError_InvalidMemberData]: 'Invalid member data.',
|
|
89
|
+
[enumerations_1.EciesStringKey.Error_MemberError_FailedToConvertMemberData]: 'Failed to convert member data.',
|
|
90
|
+
[enumerations_1.EciesStringKey.Error_MemberError_MissingEncryptionData]: 'Missing encryption data.',
|
|
91
|
+
[enumerations_1.EciesStringKey.Error_MemberError_EncryptionDataTooLarge]: 'Encryption data too large.',
|
|
92
|
+
[enumerations_1.EciesStringKey.Error_MemberError_InvalidEncryptionData]: 'Invalid encryption data.',
|
|
90
93
|
// Length Error Types - buildReasonMap(LengthErrorType, 'Error', 'LengthError')
|
|
91
|
-
[EciesStringKey.Error_LengthError_LengthIsTooShort]: 'Length is too short.',
|
|
92
|
-
[EciesStringKey.Error_LengthError_LengthIsTooLong]: 'Length is too long.',
|
|
93
|
-
[EciesStringKey.Error_LengthError_LengthIsInvalidType]: 'Length is of an invalid type.',
|
|
94
|
+
[enumerations_1.EciesStringKey.Error_LengthError_LengthIsTooShort]: 'Length is too short.',
|
|
95
|
+
[enumerations_1.EciesStringKey.Error_LengthError_LengthIsTooLong]: 'Length is too long.',
|
|
96
|
+
[enumerations_1.EciesStringKey.Error_LengthError_LengthIsInvalidType]: 'Length is of an invalid type.',
|
|
94
97
|
// PBKDF2 Error Types - buildReasonMap(Pbkdf2ErrorType, 'Error', 'Pbkdf2Error')
|
|
95
|
-
[EciesStringKey.Error_Pbkdf2Error_InvalidProfile]: 'Invalid PBKDF2 profile specified',
|
|
96
|
-
[EciesStringKey.Error_Pbkdf2Error_InvalidSaltLength]: 'Salt length does not match expected length',
|
|
97
|
-
[EciesStringKey.Error_Pbkdf2Error_InvalidHashLength]: 'Hash length does not match expected length',
|
|
98
|
+
[enumerations_1.EciesStringKey.Error_Pbkdf2Error_InvalidProfile]: 'Invalid PBKDF2 profile specified',
|
|
99
|
+
[enumerations_1.EciesStringKey.Error_Pbkdf2Error_InvalidSaltLength]: 'Salt length does not match expected length',
|
|
100
|
+
[enumerations_1.EciesStringKey.Error_Pbkdf2Error_InvalidHashLength]: 'Hash length does not match expected length',
|
|
98
101
|
// Secure Storage Error Types - buildReasonMap(SecureStorageErrorType, 'Error', 'SecureStorageError')
|
|
99
|
-
[EciesStringKey.Error_SecureStorageError_DecryptedValueLengthMismatch]: 'Decrypted value length does not match expected length',
|
|
100
|
-
[EciesStringKey.Error_SecureStorageError_DecryptedValueChecksumMismatch]: 'Decrypted value checksum does not match',
|
|
101
|
-
[EciesStringKey.Error_SecureStorageError_ValueIsNull]: 'Secure storage value is null',
|
|
102
|
-
[EciesStringKey.Error_InvalidEmailError_Invalid]: 'Invalid email address.',
|
|
103
|
-
[EciesStringKey.Error_InvalidEmailError_Missing]: 'Email address is required.',
|
|
104
|
-
[EciesStringKey.Error_InvalidEmailError_Whitespace]: 'Email address contains leading or trailing whitespace.',
|
|
105
|
-
[EciesStringKey.Error_Utils_EncryptionFailedNoAuthTag]: 'Encryption failed: no authentication tag generated',
|
|
106
|
-
[EciesStringKey.Error_PasswordLoginError_FailedToStoreLoginData]: 'Failed to store password login data',
|
|
107
|
-
[EciesStringKey.Error_PasswordLoginError_PasswordLoginNotSetUp]: 'Password login is not set up',
|
|
108
|
-
[EciesStringKey.Error_PhoneNumber_InvalidTemplate]: 'Invalid phone number: {phoneNumber}',
|
|
102
|
+
[enumerations_1.EciesStringKey.Error_SecureStorageError_DecryptedValueLengthMismatch]: 'Decrypted value length does not match expected length',
|
|
103
|
+
[enumerations_1.EciesStringKey.Error_SecureStorageError_DecryptedValueChecksumMismatch]: 'Decrypted value checksum does not match',
|
|
104
|
+
[enumerations_1.EciesStringKey.Error_SecureStorageError_ValueIsNull]: 'Secure storage value is null',
|
|
105
|
+
[enumerations_1.EciesStringKey.Error_InvalidEmailError_Invalid]: 'Invalid email address.',
|
|
106
|
+
[enumerations_1.EciesStringKey.Error_InvalidEmailError_Missing]: 'Email address is required.',
|
|
107
|
+
[enumerations_1.EciesStringKey.Error_InvalidEmailError_Whitespace]: 'Email address contains leading or trailing whitespace.',
|
|
108
|
+
[enumerations_1.EciesStringKey.Error_Utils_EncryptionFailedNoAuthTag]: 'Encryption failed: no authentication tag generated',
|
|
109
|
+
[enumerations_1.EciesStringKey.Error_PasswordLoginError_FailedToStoreLoginData]: 'Failed to store password login data',
|
|
110
|
+
[enumerations_1.EciesStringKey.Error_PasswordLoginError_PasswordLoginNotSetUp]: 'Password login is not set up',
|
|
111
|
+
[enumerations_1.EciesStringKey.Error_PhoneNumber_InvalidTemplate]: 'Invalid phone number: {phoneNumber}',
|
|
109
112
|
// Multi-recipient and Streaming Error Types
|
|
110
|
-
[EciesStringKey.Error_MultiRecipient_InvalidRecipientCountTemplate]: 'Invalid recipient count: {count}',
|
|
111
|
-
[EciesStringKey.Error_MultiRecipient_SymmetricKeyMust32Bytes]: 'Symmetric key must be 32 bytes',
|
|
112
|
-
[EciesStringKey.Error_MultiRecipient_InvalidChunkIndexTemplate]: 'Invalid chunk index: {index}',
|
|
113
|
-
[EciesStringKey.Error_MultiRecipient_DataSizeExceedsMaximumTemplate]: 'Data size exceeds maximum: {size}',
|
|
114
|
-
[EciesStringKey.Error_MultiRecipient_DuplicateRecipientId]: 'Duplicate recipient ID detected',
|
|
115
|
-
[EciesStringKey.Error_MultiRecipient_RecipientIdMust32Bytes]: 'Recipient ID must be 32 bytes',
|
|
116
|
-
[EciesStringKey.Error_MultiRecipient_RecipientHeadersSizeOverflow]: 'Recipient headers size overflow',
|
|
117
|
-
[EciesStringKey.Error_MultiRecipient_ChunkSizeOverflow]: 'Chunk size overflow: too many recipients or data too large',
|
|
118
|
-
[EciesStringKey.Error_MultiRecipient_ChunkTooSmall]: 'Chunk too small',
|
|
119
|
-
[EciesStringKey.Error_MultiRecipient_InvalidChunkMagic]: 'Invalid multi-recipient chunk magic',
|
|
120
|
-
[EciesStringKey.Error_MultiRecipient_UnsupportedVersionTemplate]: 'Unsupported version: {version}',
|
|
121
|
-
[EciesStringKey.Error_MultiRecipient_ChunkTooSmallForEncryptedSize]: 'Chunk too small for declared encrypted size',
|
|
122
|
-
[EciesStringKey.Error_MultiRecipient_ChunkTruncatedRecipientId]: 'Chunk truncated: not enough data for recipient ID',
|
|
123
|
-
[EciesStringKey.Error_MultiRecipient_ChunkTruncatedKeySize]: 'Chunk truncated: not enough data for key size',
|
|
124
|
-
[EciesStringKey.Error_MultiRecipient_InvalidKeySizeTemplate]: 'Invalid key size: {size}',
|
|
125
|
-
[EciesStringKey.Error_MultiRecipient_ChunkTruncatedEncryptedKey]: 'Chunk truncated: not enough data for encrypted key',
|
|
126
|
-
[EciesStringKey.Error_MultiRecipient_RecipientNotFoundInChunk]: 'Recipient not found in chunk',
|
|
127
|
-
[EciesStringKey.Error_Stream_DataTooShortForHeader]: 'Data too short for stream header',
|
|
128
|
-
[EciesStringKey.Error_Stream_InvalidMagicBytes]: 'Invalid stream magic bytes',
|
|
129
|
-
[EciesStringKey.Error_Stream_UnsupportedVersion]: 'Unsupported stream version',
|
|
130
|
-
[EciesStringKey.Error_Stream_InvalidPublicKeyLength]: 'Invalid public key: must be 33 (compressed) or 65 (uncompressed) bytes',
|
|
131
|
-
[EciesStringKey.Error_Stream_BufferOverflowTemplate]: 'Buffer overflow: source chunk exceeds {max} bytes',
|
|
132
|
-
[EciesStringKey.Error_Stream_EncryptionCancelled]: 'Encryption cancelled',
|
|
133
|
-
[EciesStringKey.Error_Stream_AtLeastOneRecipientRequired]: 'At least one recipient required',
|
|
134
|
-
[EciesStringKey.Error_Stream_MaxRecipientsExceeded]: 'Maximum 65535 recipients supported',
|
|
135
|
-
[EciesStringKey.Error_Stream_InvalidRecipientPublicKeyLength]: 'Invalid recipient public key: must be 33 (compressed) or 65 (uncompressed) bytes',
|
|
136
|
-
[EciesStringKey.Error_Stream_InvalidRecipientIdLength]: 'Invalid recipient ID: must be 32 bytes',
|
|
137
|
-
[EciesStringKey.Error_Stream_InvalidRecipientIdLengthTemplate]: 'Invalid recipient ID: must be {expected} bytes',
|
|
138
|
-
[EciesStringKey.Error_Stream_InvalidRecipientIdMust32Bytes]: 'Invalid recipient ID: must be 32 bytes',
|
|
139
|
-
[EciesStringKey.Error_Stream_InvalidPrivateKeyMust32Bytes]: 'Invalid private key: must be 32 bytes',
|
|
140
|
-
[EciesStringKey.Error_Stream_ChunkSequenceErrorTemplate]: 'Chunk sequence error: expected {expected}, got {actual}',
|
|
141
|
-
[EciesStringKey.Error_Stream_DecryptionCancelled]: 'Decryption cancelled',
|
|
142
|
-
[EciesStringKey.Error_Chunk_DataTooShortForHeader]: 'Data too short for chunk header',
|
|
143
|
-
[EciesStringKey.Error_Chunk_InvalidMagicBytes]: 'Invalid chunk magic bytes',
|
|
144
|
-
[EciesStringKey.Error_Chunk_UnsupportedVersion]: 'Unsupported chunk version',
|
|
145
|
-
[EciesStringKey.Error_Chunk_EncryptedSizeMismatchTemplate]: 'Encrypted size mismatch: expected {expectedSize}, got {actualSize}',
|
|
146
|
-
[EciesStringKey.Error_Chunk_ChecksumMismatch]: 'Chunk checksum mismatch',
|
|
147
|
-
[EciesStringKey.Error_Chunk_DecryptedSizeMismatch]: 'Decrypted size mismatch',
|
|
148
|
-
[EciesStringKey.Error_Progress_ChunkBytesCannotBeNegative]: 'Chunk bytes cannot be negative',
|
|
149
|
-
[EciesStringKey.Error_Resumable_AutoSaveIntervalMustBePositive]: 'Auto-save interval must be positive',
|
|
150
|
-
[EciesStringKey.Error_Resumable_PublicKeyMismatch]: 'Public key mismatch with saved state',
|
|
151
|
-
[EciesStringKey.Error_Resumable_ChunkSizeMismatch]: 'Chunk size mismatch with saved state',
|
|
152
|
-
[EciesStringKey.Error_Resumable_IncludeChecksumsMismatch]: 'Include checksums mismatch with saved state',
|
|
153
|
-
[EciesStringKey.Error_Resumable_NoStateToSave]: 'No state to save',
|
|
154
|
-
[EciesStringKey.Error_Resumable_UnsupportedStateVersionTemplate]: 'Unsupported state version: {version}',
|
|
155
|
-
[EciesStringKey.Error_Resumable_InvalidChunkIndex]: 'Invalid chunk index',
|
|
156
|
-
[EciesStringKey.Error_Resumable_StateTooOld]: 'State too old (>24 hours)',
|
|
157
|
-
[EciesStringKey.Error_Resumable_InvalidPublicKeyInState]: 'Invalid public key in state',
|
|
158
|
-
[EciesStringKey.Error_Resumable_StateIntegrityCheckFailed]: 'State integrity check failed: HMAC mismatch',
|
|
159
|
-
[EciesStringKey.Error_Builder_MnemonicGenerationNotImplemented]: 'Mnemonic generation not yet implemented in v2',
|
|
160
|
-
[EciesStringKey.Error_Builder_MemberNotMigrated]: 'Member not yet migrated to v2',
|
|
161
|
-
[EciesStringKey.Error_Builder_ECIESServiceNotMigrated]: 'ECIESService not yet migrated to v2',
|
|
162
|
-
[EciesStringKey.Error_Service_InvalidDataLength]: 'Invalid data length',
|
|
163
|
-
[EciesStringKey.Error_Service_InvalidEncryptionType]: 'Invalid encryption type',
|
|
164
|
-
[EciesStringKey.Error_Service_InvalidEncryptedDataLength]: 'Invalid encrypted data length',
|
|
165
|
-
[EciesStringKey.Error_Service_ComputedDecryptedLengthNegative]: 'Computed decrypted length is negative',
|
|
166
|
-
[EciesStringKey.Error_Service_MultiRecipientNotImplemented]: 'Multi-recipient encryption not yet implemented',
|
|
167
|
-
[EciesStringKey.Error_Service_InvalidEncryptionTypeOrRecipientCountTemplate]: 'Invalid encryption type or number of recipients: {encryptionType}, {recipientCount}',
|
|
168
|
-
[EciesStringKey.Error_Container_ServiceNotFoundTemplate]: 'Service {service} not found in container',
|
|
169
|
-
[EciesStringKey.Error_Utils_InvalidHexString]: 'Invalid hex string',
|
|
170
|
-
[EciesStringKey.Error_Utils_HexStringMustHaveEvenLength]: 'Hex string must have even length',
|
|
171
|
-
[EciesStringKey.Error_Utils_HexStringContainsInvalidCharacters]: 'Hex string contains invalid characters',
|
|
172
|
-
[EciesStringKey.Error_Utils_ValueExceedsSafeIntegerRange]: 'Value exceeds safe integer range',
|
|
173
|
-
[EciesStringKey.Error_Utils_ValueBelowSafeIntegerRange]: 'Value below safe integer range',
|
|
174
|
-
[EciesStringKey.Error_Builder_ECIESServiceMustBeSetBeforeGeneratingMnemonic]: 'ECIESService must be set before generating mnemonic',
|
|
175
|
-
[EciesStringKey.Error_Builder_ECIESServiceIsRequired]: 'ECIESService is required',
|
|
176
|
-
[EciesStringKey.Error_Builder_TypeNameAndEmailAreRequired]: 'Type, name, and email are required',
|
|
177
|
-
[EciesStringKey.Error_DisposedError_ObjectDisposed]: 'Object has been disposed',
|
|
178
|
-
[EciesStringKey.Error_GuidError_InvalidGuid]: 'Invalid GUID.',
|
|
179
|
-
[EciesStringKey.Error_GuidError_InvalidGuidWithDetailsTemplate]: 'Invalid GUID: {GUID}',
|
|
180
|
-
[EciesStringKey.Error_GuidError_InvalidGuidUnknownBrandTemplate]: 'Unknown GUID brand: {BRAND}.',
|
|
181
|
-
[EciesStringKey.Error_GuidError_InvalidGuidUnknownLengthTemplate]: 'Invalid GUID length: {LENGTH}.',
|
|
182
|
-
[EciesStringKey.Error_IdProviderError_InvalidLength]: 'ID length mismatch: expected {expected} bytes, got {actual} bytes in {context}',
|
|
183
|
-
[EciesStringKey.Error_IdProviderError_InputMustBeString]: 'Input must be a string',
|
|
184
|
-
[EciesStringKey.Error_IdProviderError_InvalidStringLength]: 'Invalid string length: expected {expected} characters, got {actual}',
|
|
185
|
-
[EciesStringKey.Error_IdProviderError_InvalidCharacters]: 'String contains invalid characters',
|
|
186
|
-
[EciesStringKey.Error_IdProviderError_InvalidDeserializedId]: 'Deserialized ID failed validation',
|
|
187
|
-
[EciesStringKey.Error_IdProviderError_InvalidByteLengthParameter]: 'Byte length must be an integer between 1 and 255, got {value}',
|
|
188
|
-
[EciesStringKey.Error_IdProviderError_ParseFailed]: 'Failed to parse ID: {message}',
|
|
189
|
-
[EciesStringKey.Error_IdProviderError_InvalidGuidBuffer]: 'Invalid GUID buffer: {message}',
|
|
190
|
-
[EciesStringKey.Error_IdProviderError_InvalidUuidFormat]: 'Invalid UUID format: {input}',
|
|
113
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_InvalidRecipientCountTemplate]: 'Invalid recipient count: {count}',
|
|
114
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_SymmetricKeyMust32Bytes]: 'Symmetric key must be 32 bytes',
|
|
115
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_InvalidChunkIndexTemplate]: 'Invalid chunk index: {index}',
|
|
116
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_DataSizeExceedsMaximumTemplate]: 'Data size exceeds maximum: {size}',
|
|
117
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_DuplicateRecipientId]: 'Duplicate recipient ID detected',
|
|
118
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_RecipientIdMust32Bytes]: 'Recipient ID must be 32 bytes',
|
|
119
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_RecipientHeadersSizeOverflow]: 'Recipient headers size overflow',
|
|
120
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_ChunkSizeOverflow]: 'Chunk size overflow: too many recipients or data too large',
|
|
121
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_ChunkTooSmall]: 'Chunk too small',
|
|
122
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_InvalidChunkMagic]: 'Invalid multi-recipient chunk magic',
|
|
123
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_UnsupportedVersionTemplate]: 'Unsupported version: {version}',
|
|
124
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_ChunkTooSmallForEncryptedSize]: 'Chunk too small for declared encrypted size',
|
|
125
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_ChunkTruncatedRecipientId]: 'Chunk truncated: not enough data for recipient ID',
|
|
126
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_ChunkTruncatedKeySize]: 'Chunk truncated: not enough data for key size',
|
|
127
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_InvalidKeySizeTemplate]: 'Invalid key size: {size}',
|
|
128
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_ChunkTruncatedEncryptedKey]: 'Chunk truncated: not enough data for encrypted key',
|
|
129
|
+
[enumerations_1.EciesStringKey.Error_MultiRecipient_RecipientNotFoundInChunk]: 'Recipient not found in chunk',
|
|
130
|
+
[enumerations_1.EciesStringKey.Error_Stream_DataTooShortForHeader]: 'Data too short for stream header',
|
|
131
|
+
[enumerations_1.EciesStringKey.Error_Stream_InvalidMagicBytes]: 'Invalid stream magic bytes',
|
|
132
|
+
[enumerations_1.EciesStringKey.Error_Stream_UnsupportedVersion]: 'Unsupported stream version',
|
|
133
|
+
[enumerations_1.EciesStringKey.Error_Stream_InvalidPublicKeyLength]: 'Invalid public key: must be 33 (compressed) or 65 (uncompressed) bytes',
|
|
134
|
+
[enumerations_1.EciesStringKey.Error_Stream_BufferOverflowTemplate]: 'Buffer overflow: source chunk exceeds {max} bytes',
|
|
135
|
+
[enumerations_1.EciesStringKey.Error_Stream_EncryptionCancelled]: 'Encryption cancelled',
|
|
136
|
+
[enumerations_1.EciesStringKey.Error_Stream_AtLeastOneRecipientRequired]: 'At least one recipient required',
|
|
137
|
+
[enumerations_1.EciesStringKey.Error_Stream_MaxRecipientsExceeded]: 'Maximum 65535 recipients supported',
|
|
138
|
+
[enumerations_1.EciesStringKey.Error_Stream_InvalidRecipientPublicKeyLength]: 'Invalid recipient public key: must be 33 (compressed) or 65 (uncompressed) bytes',
|
|
139
|
+
[enumerations_1.EciesStringKey.Error_Stream_InvalidRecipientIdLength]: 'Invalid recipient ID: must be 32 bytes',
|
|
140
|
+
[enumerations_1.EciesStringKey.Error_Stream_InvalidRecipientIdLengthTemplate]: 'Invalid recipient ID: must be {expected} bytes',
|
|
141
|
+
[enumerations_1.EciesStringKey.Error_Stream_InvalidRecipientIdMust32Bytes]: 'Invalid recipient ID: must be 32 bytes',
|
|
142
|
+
[enumerations_1.EciesStringKey.Error_Stream_InvalidPrivateKeyMust32Bytes]: 'Invalid private key: must be 32 bytes',
|
|
143
|
+
[enumerations_1.EciesStringKey.Error_Stream_ChunkSequenceErrorTemplate]: 'Chunk sequence error: expected {expected}, got {actual}',
|
|
144
|
+
[enumerations_1.EciesStringKey.Error_Stream_DecryptionCancelled]: 'Decryption cancelled',
|
|
145
|
+
[enumerations_1.EciesStringKey.Error_Chunk_DataTooShortForHeader]: 'Data too short for chunk header',
|
|
146
|
+
[enumerations_1.EciesStringKey.Error_Chunk_InvalidMagicBytes]: 'Invalid chunk magic bytes',
|
|
147
|
+
[enumerations_1.EciesStringKey.Error_Chunk_UnsupportedVersion]: 'Unsupported chunk version',
|
|
148
|
+
[enumerations_1.EciesStringKey.Error_Chunk_EncryptedSizeMismatchTemplate]: 'Encrypted size mismatch: expected {expectedSize}, got {actualSize}',
|
|
149
|
+
[enumerations_1.EciesStringKey.Error_Chunk_ChecksumMismatch]: 'Chunk checksum mismatch',
|
|
150
|
+
[enumerations_1.EciesStringKey.Error_Chunk_DecryptedSizeMismatch]: 'Decrypted size mismatch',
|
|
151
|
+
[enumerations_1.EciesStringKey.Error_Progress_ChunkBytesCannotBeNegative]: 'Chunk bytes cannot be negative',
|
|
152
|
+
[enumerations_1.EciesStringKey.Error_Resumable_AutoSaveIntervalMustBePositive]: 'Auto-save interval must be positive',
|
|
153
|
+
[enumerations_1.EciesStringKey.Error_Resumable_PublicKeyMismatch]: 'Public key mismatch with saved state',
|
|
154
|
+
[enumerations_1.EciesStringKey.Error_Resumable_ChunkSizeMismatch]: 'Chunk size mismatch with saved state',
|
|
155
|
+
[enumerations_1.EciesStringKey.Error_Resumable_IncludeChecksumsMismatch]: 'Include checksums mismatch with saved state',
|
|
156
|
+
[enumerations_1.EciesStringKey.Error_Resumable_NoStateToSave]: 'No state to save',
|
|
157
|
+
[enumerations_1.EciesStringKey.Error_Resumable_UnsupportedStateVersionTemplate]: 'Unsupported state version: {version}',
|
|
158
|
+
[enumerations_1.EciesStringKey.Error_Resumable_InvalidChunkIndex]: 'Invalid chunk index',
|
|
159
|
+
[enumerations_1.EciesStringKey.Error_Resumable_StateTooOld]: 'State too old (>24 hours)',
|
|
160
|
+
[enumerations_1.EciesStringKey.Error_Resumable_InvalidPublicKeyInState]: 'Invalid public key in state',
|
|
161
|
+
[enumerations_1.EciesStringKey.Error_Resumable_StateIntegrityCheckFailed]: 'State integrity check failed: HMAC mismatch',
|
|
162
|
+
[enumerations_1.EciesStringKey.Error_Builder_MnemonicGenerationNotImplemented]: 'Mnemonic generation not yet implemented in v2',
|
|
163
|
+
[enumerations_1.EciesStringKey.Error_Builder_MemberNotMigrated]: 'Member not yet migrated to v2',
|
|
164
|
+
[enumerations_1.EciesStringKey.Error_Builder_ECIESServiceNotMigrated]: 'ECIESService not yet migrated to v2',
|
|
165
|
+
[enumerations_1.EciesStringKey.Error_Service_InvalidDataLength]: 'Invalid data length',
|
|
166
|
+
[enumerations_1.EciesStringKey.Error_Service_InvalidEncryptionType]: 'Invalid encryption type',
|
|
167
|
+
[enumerations_1.EciesStringKey.Error_Service_InvalidEncryptedDataLength]: 'Invalid encrypted data length',
|
|
168
|
+
[enumerations_1.EciesStringKey.Error_Service_ComputedDecryptedLengthNegative]: 'Computed decrypted length is negative',
|
|
169
|
+
[enumerations_1.EciesStringKey.Error_Service_MultiRecipientNotImplemented]: 'Multi-recipient encryption not yet implemented',
|
|
170
|
+
[enumerations_1.EciesStringKey.Error_Service_InvalidEncryptionTypeOrRecipientCountTemplate]: 'Invalid encryption type or number of recipients: {encryptionType}, {recipientCount}',
|
|
171
|
+
[enumerations_1.EciesStringKey.Error_Container_ServiceNotFoundTemplate]: 'Service {service} not found in container',
|
|
172
|
+
[enumerations_1.EciesStringKey.Error_Utils_InvalidHexString]: 'Invalid hex string',
|
|
173
|
+
[enumerations_1.EciesStringKey.Error_Utils_HexStringMustHaveEvenLength]: 'Hex string must have even length',
|
|
174
|
+
[enumerations_1.EciesStringKey.Error_Utils_HexStringContainsInvalidCharacters]: 'Hex string contains invalid characters',
|
|
175
|
+
[enumerations_1.EciesStringKey.Error_Utils_ValueExceedsSafeIntegerRange]: 'Value exceeds safe integer range',
|
|
176
|
+
[enumerations_1.EciesStringKey.Error_Utils_ValueBelowSafeIntegerRange]: 'Value below safe integer range',
|
|
177
|
+
[enumerations_1.EciesStringKey.Error_Builder_ECIESServiceMustBeSetBeforeGeneratingMnemonic]: 'ECIESService must be set before generating mnemonic',
|
|
178
|
+
[enumerations_1.EciesStringKey.Error_Builder_ECIESServiceIsRequired]: 'ECIESService is required',
|
|
179
|
+
[enumerations_1.EciesStringKey.Error_Builder_TypeNameAndEmailAreRequired]: 'Type, name, and email are required',
|
|
180
|
+
[enumerations_1.EciesStringKey.Error_DisposedError_ObjectDisposed]: 'Object has been disposed',
|
|
181
|
+
[enumerations_1.EciesStringKey.Error_GuidError_InvalidGuid]: 'Invalid GUID.',
|
|
182
|
+
[enumerations_1.EciesStringKey.Error_GuidError_InvalidGuidWithDetailsTemplate]: 'Invalid GUID: {GUID}',
|
|
183
|
+
[enumerations_1.EciesStringKey.Error_GuidError_InvalidGuidUnknownBrandTemplate]: 'Unknown GUID brand: {BRAND}.',
|
|
184
|
+
[enumerations_1.EciesStringKey.Error_GuidError_InvalidGuidUnknownLengthTemplate]: 'Invalid GUID length: {LENGTH}.',
|
|
185
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_InvalidLength]: 'ID length mismatch: expected {expected} bytes, got {actual} bytes in {context}',
|
|
186
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_InputMustBeString]: 'Input must be a string',
|
|
187
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_InvalidStringLength]: 'Invalid string length: expected {expected} characters, got {actual}',
|
|
188
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_InvalidCharacters]: 'String contains invalid characters',
|
|
189
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_InvalidDeserializedId]: 'Deserialized ID failed validation',
|
|
190
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_InvalidByteLengthParameter]: 'Byte length must be an integer between 1 and 255, got {value}',
|
|
191
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_ParseFailed]: 'Failed to parse ID: {message}',
|
|
192
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_InvalidGuidBuffer]: 'Invalid GUID buffer: {message}',
|
|
193
|
+
[enumerations_1.EciesStringKey.Error_IdProviderError_InvalidUuidFormat]: 'Invalid UUID format: {input}',
|
|
191
194
|
// Invariant Validation Errors
|
|
192
|
-
[EciesStringKey.Error_Invariant_ValidationFailedTemplate]: 'Invariant validation failed: {message}',
|
|
193
|
-
[EciesStringKey.Error_Invariant_UnknownInvariantTemplate]: 'Unknown invariant: {name}',
|
|
194
|
-
[EciesStringKey.Error_Invariant_ConfigurationValidationFailedMultipleTemplate]: createPluralString({
|
|
195
|
+
[enumerations_1.EciesStringKey.Error_Invariant_ValidationFailedTemplate]: 'Invariant validation failed: {message}',
|
|
196
|
+
[enumerations_1.EciesStringKey.Error_Invariant_UnknownInvariantTemplate]: 'Unknown invariant: {name}',
|
|
197
|
+
[enumerations_1.EciesStringKey.Error_Invariant_ConfigurationValidationFailedMultipleTemplate]: (0, i18n_lib_1.createPluralString)({
|
|
195
198
|
one: 'Configuration validation failed ({count} invariant):\n\n{failures}',
|
|
196
199
|
other: 'Configuration validation failed ({count} invariants):\n\n{failures}'
|
|
197
200
|
}),
|
|
198
|
-
[EciesStringKey.Error_ECIESError_RecipientIdSizeTooLargeTemplate]: 'Recipient ID size {size} exceeds maximum of 255 bytes',
|
|
199
|
-
[EciesStringKey.Error_ECIESError_InvalidVersion]: 'Invalid ECIES version',
|
|
200
|
-
[EciesStringKey.Error_ECIESError_InvalidVersionTemplate]: 'Invalid ECIES version: {version}',
|
|
201
|
-
[EciesStringKey.Error_ECIESError_InvalidCipherSuite]: 'Invalid ECIES cipher suite',
|
|
202
|
-
[EciesStringKey.Error_ECIESError_InvalidCipherSuiteTemplate]: 'Invalid ECIES cipher suite: {cipherSuite}',
|
|
201
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_RecipientIdSizeTooLargeTemplate]: 'Recipient ID size {size} exceeds maximum of 255 bytes',
|
|
202
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidVersion]: 'Invalid ECIES version',
|
|
203
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidVersionTemplate]: 'Invalid ECIES version: {version}',
|
|
204
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidCipherSuite]: 'Invalid ECIES cipher suite',
|
|
205
|
+
[enumerations_1.EciesStringKey.Error_ECIESError_InvalidCipherSuiteTemplate]: 'Invalid ECIES cipher suite: {cipherSuite}',
|
|
203
206
|
};
|
|
204
207
|
//# sourceMappingURL=en-US.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en-US.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-ecies-lib/src/translations/en-US.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"en-US.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-ecies-lib/src/translations/en-US.ts"],"names":[],"mappings":"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"}
|