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

Subversion Repositories openrisc

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

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_CertStore__
5
#define __java_security_cert_CertStore__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace security
15
    {
16
        class Provider;
17
      namespace cert
18
      {
19
          class CRLSelector;
20
          class CertSelector;
21
          class CertStore;
22
          class CertStoreParameters;
23
          class CertStoreSpi;
24
      }
25
    }
26
  }
27
}
28
 
29
class java::security::cert::CertStore : public ::java::lang::Object
30
{
31
 
32
public: // actually protected
33
  CertStore(::java::security::cert::CertStoreSpi *, ::java::security::Provider *, ::java::lang::String *, ::java::security::cert::CertStoreParameters *);
34
public:
35
  static ::java::lang::String * getDefaultType();
36
  static ::java::security::cert::CertStore * getInstance(::java::lang::String *, ::java::security::cert::CertStoreParameters *);
37
  static ::java::security::cert::CertStore * getInstance(::java::lang::String *, ::java::security::cert::CertStoreParameters *, ::java::lang::String *);
38
  static ::java::security::cert::CertStore * getInstance(::java::lang::String *, ::java::security::cert::CertStoreParameters *, ::java::security::Provider *);
39
  virtual ::java::lang::String * getType();
40
  virtual ::java::security::Provider * getProvider();
41
  virtual ::java::security::cert::CertStoreParameters * getCertStoreParameters();
42
  virtual ::java::util::Collection * getCertificates(::java::security::cert::CertSelector *);
43
  virtual ::java::util::Collection * getCRLs(::java::security::cert::CRLSelector *);
44
private:
45
  static ::java::lang::String * CERT_STORE;
46
  ::java::security::cert::CertStoreSpi * __attribute__((aligned(__alignof__( ::java::lang::Object)))) storeSpi;
47
  ::java::security::Provider * provider;
48
  ::java::lang::String * type;
49
  ::java::security::cert::CertStoreParameters * params;
50
public:
51
  static ::java::lang::Class class$;
52
};
53
 
54
#endif // __java_security_cert_CertStore__

powered by: WebSVN 2.1.0

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