AWS payment-cryptography documentation change
Summary
Added new parameter 'RandomKeyMaxLength' for KEK validation requests
Security assessment
Documents new cryptographic parameter controlling key generation length, enhancing security documentation without fixing vulnerabilities.
Diff
diff --git a/payment-cryptography/latest/DataAPIReference/API_KekValidationRequest.md b/payment-cryptography/latest/DataAPIReference/API_KekValidationRequest.md index 73d11fd4e..b426fd5c8 100644 --- a//payment-cryptography/latest/DataAPIReference/API_KekValidationRequest.md +++ b//payment-cryptography/latest/DataAPIReference/API_KekValidationRequest.md @@ -25,0 +26,11 @@ Required: Yes +**RandomKeyMaxLength** + + +The maximum length of the random key to generate for a KEK validation request. + +Type: String + +Valid Values: `BYTES_8 | BYTES_16 | BYTES_24` + +Required: No +