Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

KeyVersion

Shawn Willden edited this page Mar 7, 2015 · 1 revision

Key Versions

Each KeyMetadata will contain a list of KeyVersion values.

JSON Representation

The JSON representation of a KeyVersion will have the following values:

  • "status": The JSON representation of a KeyStatus
  • "versionNumber": A postive integer version number, this specifies the name of key file
  • "exportable": A boolean value, originally intended for protecting exports from keyczar, but is currently unused by keyczar

Example:

{
  "versionNumber" : 1,
  "status" : "ACTIVE",
  "exportable" : false
}
Clone this wiki locally