aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/security/cert/CertPath.h
blob: ed7378982b818c84ea266b2a8ebadbd77c0d9119 (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
43
44
45
46
47
48
49

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __java_security_cert_CertPath__
#define __java_security_cert_CertPath__

#pragma interface

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

extern "Java"
{
  namespace java
  {
    namespace security
    {
      namespace cert
      {
          class CertPath;
      }
    }
  }
}

class java::security::cert::CertPath : public ::java::lang::Object
{

public: // actually protected
  CertPath(::java::lang::String *);
public:
  virtual ::java::lang::String * getType();
  virtual ::java::util::Iterator * getEncodings() = 0;
  virtual jboolean equals(::java::lang::Object *);
  virtual jint hashCode();
  virtual ::java::lang::String * toString();
  virtual JArray< jbyte > * getEncoded() = 0;
  virtual JArray< jbyte > * getEncoded(::java::lang::String *) = 0;
  virtual ::java::util::List * getCertificates() = 0;
public: // actually protected
  virtual ::java::lang::Object * writeReplace();
private:
  static const jlong serialVersionUID = 6068470306649138683LL;
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
public:
  static ::java::lang::Class class$;
};

#endif // __java_security_cert_CertPath__