Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / net / base / mime_util_certificate_type_list.h
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 values.
7
8 // This file contains the list of certificate MIME types.
9
10 CERTIFICATE_MIME_TYPE(UNKNOWN, 0)
11 CERTIFICATE_MIME_TYPE(X509_USER_CERT, 1)
12 CERTIFICATE_MIME_TYPE(X509_CA_CERT, 2)
13 CERTIFICATE_MIME_TYPE(PKCS12_ARCHIVE, 3)