/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* From private/ppb_x509_certificate_private.idl, * modified Wed Apr 11 17:11:26 2012. */ #ifndef PPAPI_C_PRIVATE_PPB_X509_CERTIFICATE_PRIVATE_H_ #define PPAPI_C_PRIVATE_PPB_X509_CERTIFICATE_PRIVATE_H_ #include "ppapi/c/pp_bool.h" #include "ppapi/c/pp_instance.h" #include "ppapi/c/pp_macros.h" #include "ppapi/c/pp_resource.h" #include "ppapi/c/pp_stdint.h" #include "ppapi/c/pp_var.h" #define PPB_X509CERTIFICATE_PRIVATE_INTERFACE_0_1 \ "PPB_X509Certificate_Private;0.1" #define PPB_X509CERTIFICATE_PRIVATE_INTERFACE \ PPB_X509CERTIFICATE_PRIVATE_INTERFACE_0_1 /** * @file * This file defines the PPB_X509Certificate_Private interface for * an X509 certificate. */ /** * @addtogroup Enums * @{ */ /** * This enumeration corresponds to fields of an X509 certificate. Refer to *