NSX-T Data Center REST API

CryptoAlgorithm (type)

{
  "additionalProperties": false,
  "id": "CryptoAlgorithm",
  "module_id": "CertificateManager",
  "properties": {
    "key_size": {
      "description": "Supported key sizes for the algorithm.",
      "items": {
        "$ref": "KeySize"
      },
      "readonly": true,
      "required": true,
      "type": "array"
    },
    "name": {
      "description": "Crypto algorithm name.",
      "readonly": true,
      "required": true,
      "type": "string"
    }
  },
  "type": "object"
}