![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Key rotation result. More...
#include <key_metadata.hpp>
Public Attributes | |
| bool | success = false |
| Whether the rotation completed. | |
| std::string | key_id |
| Rotated key ID. | |
| int64_t | completed_ns = 0 |
| Completion timestamp. | |
| int64_t | files_re_encrypted = 0 |
| Number of files re-encrypted. | |
| std::string | error_message |
| Error message (if not successful). | |
Key rotation result.
Definition at line 983 of file key_metadata.hpp.
| int64_t signet::forge::crypto::KeyRotationResult::completed_ns = 0 |
Completion timestamp.
Definition at line 986 of file key_metadata.hpp.
| std::string signet::forge::crypto::KeyRotationResult::error_message |
Error message (if not successful).
Definition at line 988 of file key_metadata.hpp.
| int64_t signet::forge::crypto::KeyRotationResult::files_re_encrypted = 0 |
Number of files re-encrypted.
Definition at line 987 of file key_metadata.hpp.
| std::string signet::forge::crypto::KeyRotationResult::key_id |
Rotated key ID.
Definition at line 985 of file key_metadata.hpp.
| bool signet::forge::crypto::KeyRotationResult::success = false |
Whether the rotation completed.
Definition at line 984 of file key_metadata.hpp.