Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::crypto::KeyRotationResult Struct Reference

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).
 

Detailed Description

Key rotation result.

Definition at line 983 of file key_metadata.hpp.

Member Data Documentation

◆ completed_ns

int64_t signet::forge::crypto::KeyRotationResult::completed_ns = 0

Completion timestamp.

Definition at line 986 of file key_metadata.hpp.

◆ error_message

std::string signet::forge::crypto::KeyRotationResult::error_message

Error message (if not successful).

Definition at line 988 of file key_metadata.hpp.

◆ files_re_encrypted

int64_t signet::forge::crypto::KeyRotationResult::files_re_encrypted = 0

Number of files re-encrypted.

Definition at line 987 of file key_metadata.hpp.

◆ key_id

std::string signet::forge::crypto::KeyRotationResult::key_id

Rotated key ID.

Definition at line 985 of file key_metadata.hpp.

◆ success

bool signet::forge::crypto::KeyRotationResult::success = false

Whether the rotation completed.

Definition at line 984 of file key_metadata.hpp.


The documentation for this struct was generated from the following file: