// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __gnu_javax_net_ssl_provider_CertificateURL$CertChainType__ #define __gnu_javax_net_ssl_provider_CertificateURL$CertChainType__ #pragma interface #include #include extern "Java" { namespace gnu { namespace javax { namespace net { namespace ssl { namespace provider { class CertificateURL$CertChainType; } } } } } } class gnu::javax::net::ssl::provider::CertificateURL$CertChainType : public ::java::lang::Enum { CertificateURL$CertChainType(::java::lang::String *, jint, jint); public: jint getValue(); static JArray< ::gnu::javax::net::ssl::provider::CertificateURL$CertChainType * > * values(); static ::gnu::javax::net::ssl::provider::CertificateURL$CertChainType * valueOf(::java::lang::String *); static ::gnu::javax::net::ssl::provider::CertificateURL$CertChainType * INDIVIDUAL_CERTS; static ::gnu::javax::net::ssl::provider::CertificateURL$CertChainType * PKIPATH; private: jint __attribute__((aligned(__alignof__( ::java::lang::Enum)))) value; static JArray< ::gnu::javax::net::ssl::provider::CertificateURL$CertChainType * > * ENUM$VALUES; public: static ::java::lang::Class class$; }; #endif // __gnu_javax_net_ssl_provider_CertificateURL$CertChainType__