...
- Alias: This will be the identifier, provided by the user, that will be used to retrieve the object.
- Properties: A key value map containing the properties of the object being stored.
- Data: The data being stored. Passed in as a byte array.
Design decisions
...
- Hadoop KMS supports versioning for the keys it stores. This is used mainly for key rollovers. In this version, we won't support versioning.
...