Skip to main content

TrustKeyVersion

Description

Versioned Trust Fabric key material reference. wrappedKeyMaterial may store wrapped ciphertext; raw plaintext key material is prohibited.

Properties

NameTypeDescriptionNotes
trustKeyTrustKey[optional]
versionNumberInteger[optional]
keyHashString[optional]
publicKeyMaterialStringPublic verification material only.[optional]
wrappedKeyMaterialStringWrapped DEK or encrypted private material. Never raw plaintext key material.[optional]
wrappingKeyRefStringExternal KEK, HSM, Vault, Keychain, cloud KMS, password service, or Trust KMS key reference.[optional]
providerKeyRefString[optional]
algorithmAlgorithmEnum[optional]
versionStatusVersionStatusEnum[optional]
notBeforeOffsetDateTime[optional]
notAfterOffsetDateTime[optional]
ownerIdUUID[optional]
idUUIDUnique identifier for object in the system[optional] [readonly]
createdDateOffsetDateTimeDate of object creation[optional] [readonly]
lastAccessedByIdUUIDLast user to access object[optional] [readonly]
lastAccessedDateOffsetDateTimeTimestamp of last access of object[optional] [readonly]
lastModifiedByIdUUIDUnique identifier for user who last modifed the object in the system[optional] [readonly]
lastModifiedDateOffsetDateTimeDate of last object modification[optional] [readonly]
trashedBooleanIndicates if the object is trashed (soft deleted)[optional]

Enum: AlgorithmEnum

NameValue
aes256Gcm"AES_256_GCM"
xchacha20Poly1305"XCHACHA20_POLY1305"
ed25519"ED25519"
ecdsaP256"ECDSA_P256"
rsaOaep3072"RSA_OAEP_3072"

Enum: VersionStatusEnum

NameValue
pendingActivation"PENDING_ACTIVATION"
active"ACTIVE"
decryptOnly"DECRYPT_ONLY"
retired"RETIRED"
destroyScheduled"DESTROY_SCHEDULED"
destroyed"DESTROYED"

Implemented Interfaces

  • Serializable

Generated Version Details

~value
GENERATOR VERSIONcom.valkyrlabs:ValkyrAI API 1.0.3-SNAPSHOT
API ARTIFACTcom.valkyrlabs.valkyrai-api.jar
GENERATOR VERSIONorg.openapitools.openapi-generator:7.5.0
GENERATOR CLASSorg.openapitools.codegen.languages.SpringCodegen
GENERATED DATE2026-05-16T11:45:23.900207-07:00[America/Los_Angeles]