A key version consists of the following:
- an integer value version number, counting from 1,
- a KeyStatus, and
- a boolean representing whether this key is exportable outside of Keyczar.
JSON Representation consists of the following fields:
- "status": JSON representation of KeyStatus value,
- "versionNumber": integer version number,
- "exportable": boolean value.
@author steveweis@gmail.com (Steve Weis)
@author arkajit.dey@gmail.com (Arkajit Dey)