Skip to content

Conversation

monu-kumar-visa
Copy link
Contributor

No description provided.

MLE.md Outdated

- **Variable**: `responseMlePrivateKey`
- **Type**: `PrivateKey`
- **Description**: Direct private key object for response decryption. **Note**: Only PEM format is supported for the private key object.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change content to "Direct private key object for response decryption. Note: It supports either JWK private key Object or only PEM format data is supported for the private key object."

MLE.md Outdated
### Object Configuration

- **Variable**: `mapToControlMLEonAPI`
- **Type**: `Object` or `Map` with string keys and string/boolean values
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Type: Map<String, String>. Example: Object or Map with string keys and string values

MLE.md Outdated
- **Variable**: `mapToControlMLEonAPI`
- **Type**: `Object` or `Map` with string keys and string/boolean values
- **Description**: Overrides global MLE settings for specific APIs. The key is the API function name, and the value controls both request and response MLE.
- **Example**: `{ "apiFunctionName": "true::true" }` or `{ "apiFunctionName": true }`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Example: { "apiFunctionName": "true::true" } or { "apiFunctionName": "true" }

MLE.md Outdated

#### Structure of Values in Object:

(i) **String format: "requestMLE::responseMLE"** - Control both request and response MLE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

only string formal allowed as per new rule. Boolean is for backward compatible. So don't mention it explicitly.

MLE.md Outdated
- `"::false"` - Use global setting for request, disable response MLE
- `"false::"` - Disable request MLE, use global setting for response

(ii) **Boolean format** - Control request MLE only (response uses global setting)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed boolean format word. And changed the value in string format only

@monu-kumar-visa monu-kumar-visa changed the base branch from master to future October 6, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants