summaryrefslogtreecommitdiff
path: root/libjava/javax/naming/ldap/StartTlsRequest.h
blob: 70ced7e57730ca8cfbb3df3ab12019fab89a402e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __javax_naming_ldap_StartTlsRequest__
#define __javax_naming_ldap_StartTlsRequest__

#pragma interface

#include <java/lang/Object.h>
#include <gcj/array.h>

extern "Java"
{
  namespace javax
  {
    namespace naming
    {
      namespace ldap
      {
          class ExtendedResponse;
          class StartTlsRequest;
      }
    }
  }
}

class javax::naming::ldap::StartTlsRequest : public ::java::lang::Object
{

public:
  StartTlsRequest();
  virtual ::java::lang::String * getID();
  virtual JArray< jbyte > * getEncodedValue();
  virtual ::javax::naming::ldap::ExtendedResponse * createExtendedResponse(::java::lang::String *, JArray< jbyte > *, jint, jint);
private:
  static const jlong serialVersionUID = 4441679576360753397LL;
public:
  static ::java::lang::String * OID;
  static ::java::lang::Class class$;
};

#endif // __javax_naming_ldap_StartTlsRequest__