summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/crypto/keyring/CertPathEntry.h
blob: 67501a94fc6d54f665599fc5285315c5538e1f63 (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
50
51
52
53
54
55
56
57
58
59
60
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_javax_crypto_keyring_CertPathEntry__
#define __gnu_javax_crypto_keyring_CertPathEntry__

#pragma interface

#include <gnu/javax/crypto/keyring/PrimitiveEntry.h>
#include <gcj/array.h>

extern "Java"
{
  namespace gnu
  {
    namespace javax
    {
      namespace crypto
      {
        namespace keyring
        {
            class CertPathEntry;
            class Properties;
        }
      }
    }
  }
  namespace java
  {
    namespace security
    {
      namespace cert
      {
          class Certificate;
      }
    }
  }
}

class gnu::javax::crypto::keyring::CertPathEntry : public ::gnu::javax::crypto::keyring::PrimitiveEntry
{

public:
  CertPathEntry(JArray< ::java::security::cert::Certificate * > *, ::java::util::Date *, ::gnu::javax::crypto::keyring::Properties *);
private:
  CertPathEntry();
public:
  static ::gnu::javax::crypto::keyring::CertPathEntry * decode(::java::io::DataInputStream *);
  JArray< ::java::security::cert::Certificate * > * getCertPath();
public: // actually protected
  void encodePayload();
public:
  static const jint TYPE = 8;
private:
  JArray< ::java::security::cert::Certificate * > * __attribute__((aligned(__alignof__( ::gnu::javax::crypto::keyring::PrimitiveEntry)))) path;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_javax_crypto_keyring_CertPathEntry__