OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [keyring/] [CertPathEntry.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_crypto_keyring_CertPathEntry__
5
#define __gnu_javax_crypto_keyring_CertPathEntry__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/crypto/keyring/PrimitiveEntry.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace crypto
19
      {
20
        namespace keyring
21
        {
22
            class CertPathEntry;
23
            class Properties;
24
        }
25
      }
26
    }
27
  }
28
  namespace java
29
  {
30
    namespace security
31
    {
32
      namespace cert
33
      {
34
          class Certificate;
35
      }
36
    }
37
  }
38
}
39
 
40
class gnu::javax::crypto::keyring::CertPathEntry : public ::gnu::javax::crypto::keyring::PrimitiveEntry
41
{
42
 
43
public:
44
  CertPathEntry(JArray< ::java::security::cert::Certificate * > *, ::java::util::Date *, ::gnu::javax::crypto::keyring::Properties *);
45
private:
46
  CertPathEntry();
47
public:
48
  static ::gnu::javax::crypto::keyring::CertPathEntry * decode(::java::io::DataInputStream *);
49
  JArray< ::java::security::cert::Certificate * > * getCertPath();
50
public: // actually protected
51
  void encodePayload();
52
public:
53
  static const jint TYPE = 8;
54
private:
55
  JArray< ::java::security::cert::Certificate * > * __attribute__((aligned(__alignof__( ::gnu::javax::crypto::keyring::PrimitiveEntry)))) path;
56
public:
57
  static ::java::lang::Class class$;
58
};
59
 
60
#endif // __gnu_javax_crypto_keyring_CertPathEntry__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.