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