You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shawn Willden edited this page Mar 7, 2015
·
1 revision
Key Metadata
Each set of keys has its own metadata consisting of the following:
A string-valued name
A KeyPurpose
A KeyType
A set of KeyVersion values
JSON Representation
KeyMetadata values are stored in JSON format with fields of the following names:
"name": A String name
"pupose": The JSON representation of a KeyPurpose value
"type": The JSON representation of a KeyType value
"encrypted": A Boolean value indicating whether the keys contained in this set are encrypted. This encryption can be done using another keyczar key set or using PBE.
"versions": The JSON representation of an array of KeyVersion values