mime_util_certificate_type_list.h revision 2a99a7e74a7f215066514fe81d2bfa6639d9eddd
1// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// This file intentionally does not have header guards, it's included
6// inside a macro to generate enum.
7
8// This file contains the list of certificate MIME types.
9
10CERTIFICATE_MIME_TYPE(UNKNOWN, 0)
11CERTIFICATE_MIME_TYPE(X509_USER_CERT, 1)
12CERTIFICATE_MIME_TYPE(X509_CA_CERT, 2)
13CERTIFICATE_MIME_TYPE(PKCS12_ARCHIVE, 3)
14