[openstack-dev] Barbican : Usage of mode attribute in storing and order the secret

Asha Seshagiri asha.seshagiri at gmail.com
Mon Mar 30 17:45:24 UTC 2015


Hi All ,

What is the use of the mode attribute ? what does the value of this
attribute signify and what are the possible values of this attribute?
For ex :Consider the order request to create the secret :

POST v1/orders

Header: content-type=application/json
        X-Project-Id: {project_id}
{
  "type": "key",
  "meta": {
    "name": "secretname",
    "algorithm": "AES",
    "bit_length": 256,
    "mode": "cbc",
    "payload_content_type": "application/octet-stream"
  }
}


What does the mode  value "cbc " indicate ?
-- 
*Thanks and Regards,*
*Asha Seshagiri*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150330/7eccfe92/attachment.html>


More information about the OpenStack-dev mailing list