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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [security/] [cert/] [CertPathValidatorException.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_security_cert_CertPathValidatorException__
5
#define __java_security_cert_CertPathValidatorException__
6
 
7
#pragma interface
8
 
9
#include <java/security/GeneralSecurityException.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace security
15
    {
16
      namespace cert
17
      {
18
          class CertPath;
19
          class CertPathValidatorException;
20
      }
21
    }
22
  }
23
}
24
 
25
class java::security::cert::CertPathValidatorException : public ::java::security::GeneralSecurityException
26
{
27
 
28
public:
29
  CertPathValidatorException();
30
  CertPathValidatorException(::java::lang::String *);
31
  CertPathValidatorException(::java::lang::Throwable *);
32
  CertPathValidatorException(::java::lang::String *, ::java::lang::Throwable *);
33
  CertPathValidatorException(::java::lang::String *, ::java::lang::Throwable *, ::java::security::cert::CertPath *, jint);
34
  virtual ::java::lang::String * getMessage();
35
  virtual ::java::security::cert::CertPath * getCertPath();
36
  virtual jint getIndex();
37
  virtual ::java::lang::Throwable * getCause();
38
  virtual ::java::lang::String * toString();
39
  virtual void printStackTrace();
40
  virtual void printStackTrace(::java::io::PrintStream *);
41
  virtual void printStackTrace(::java::io::PrintWriter *);
42
private:
43
  static const jlong serialVersionUID = -3083180014971893139LL;
44
  jint __attribute__((aligned(__alignof__( ::java::security::GeneralSecurityException)))) index;
45
  ::java::security::cert::CertPath * certPath;
46
public:
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __java_security_cert_CertPathValidatorException__

powered by: WebSVN 2.1.0

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