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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [x509/] [X509CertPath.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_java_security_x509_X509CertPath__
5
#define __gnu_java_security_x509_X509CertPath__
6
 
7
#pragma interface
8
 
9
#include <java/security/cert/CertPath.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace security
19
      {
20
          class OID;
21
        namespace x509
22
        {
23
            class X509CertPath;
24
        }
25
      }
26
    }
27
  }
28
}
29
 
30
class gnu::java::security::x509::X509CertPath : public ::java::security::cert::CertPath
31
{
32
 
33
public:
34
  X509CertPath(::java::util::List *);
35
  X509CertPath(::java::io::InputStream *);
36
  X509CertPath(::java::io::InputStream *, ::java::lang::String *);
37
  virtual ::java::util::List * getCertificates();
38
  virtual JArray< jbyte > * getEncoded();
39
  virtual JArray< jbyte > * getEncoded(::java::lang::String *);
40
  virtual ::java::util::Iterator * getEncodings();
41
private:
42
  void parse(::java::io::InputStream *, ::java::lang::String *);
43
  JArray< jbyte > * encodePki();
44
  JArray< jbyte > * encodePKCS();
45
public:
46
  static ::java::util::List * ENCODINGS;
47
private:
48
  static ::gnu::java::security::OID * PKCS7_SIGNED_DATA;
49
  static ::gnu::java::security::OID * PKCS7_DATA;
50
  ::java::util::List * __attribute__((aligned(__alignof__( ::java::security::cert::CertPath)))) path;
51
  JArray< jbyte > * pkcs_encoded;
52
  JArray< jbyte > * pki_encoded;
53
public:
54
  static ::java::lang::Class class$;
55
};
56
 
57
#endif // __gnu_java_security_x509_X509CertPath__

powered by: WebSVN 2.1.0

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