/* This file is machine generated, don't edit it !*/ #ifndef _JAVA_SECURITY_CERT_X509CERTIFICATE_H #define _JAVA_SECURITY_CERT_X509CERTIFICATE_H /* Structure information for class: java/security/cert/X509Certificate */ typedef struct java_security_cert_X509Certificate { java_objectheader header; struct java_lang_String* type; } java_security_cert_X509Certificate; #endif