[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Returns an encrypted Data Encryption Key (DEK) along with associated data for secure storage and later retrieval."],["The request body requires authentication, authorization, the base64-encoded DEK, and an optional reason for the operation."],["The response provides a wrapped key containing the encrypted DEK, which should be stored securely by the application."],["The KACLS system itself does not store the DEK, ensuring data security and preventing lifetime discrepancies."],["Refer to the provided links for detailed information on encrypting and decrypting data, authentication tokens, and authorization tokens."]]],["The `wrap` method encrypts a Data Encryption Key (DEK) and returns it as a base64-encoded binary object (`wrapped_key`). The request includes authentication and authorization JWTs, the base64-encoded DEK (`key`), and a JSON string (`reason`) for context. The response contains only the `wrapped_key`. The service should not store the DEK; the returned object is the only copy of the encrypted DEK. Deletion requests for the objects are not sent to the KACLS.\n"]]