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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [security/] [auth/] [x500/] [X500PrivateCredential.h] - Blame information for rev 759

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_security_auth_x500_X500PrivateCredential__
5
#define __javax_security_auth_x500_X500PrivateCredential__
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 PrivateKey;
17
      namespace cert
18
      {
19
          class X509Certificate;
20
      }
21
    }
22
  }
23
  namespace javax
24
  {
25
    namespace security
26
    {
27
      namespace auth
28
      {
29
        namespace x500
30
        {
31
            class X500PrivateCredential;
32
        }
33
      }
34
    }
35
  }
36
}
37
 
38
class javax::security::auth::x500::X500PrivateCredential : public ::java::lang::Object
39
{
40
 
41
public:
42
  X500PrivateCredential(::java::security::cert::X509Certificate *, ::java::security::PrivateKey *);
43
  X500PrivateCredential(::java::security::cert::X509Certificate *, ::java::security::PrivateKey *, ::java::lang::String *);
44
  ::java::security::cert::X509Certificate * getCertificate();
45
  ::java::security::PrivateKey * getPrivateKey();
46
  ::java::lang::String * getAlias();
47
  void destroy();
48
  jboolean isDestroyed();
49
private:
50
  ::java::security::PrivateKey * __attribute__((aligned(__alignof__( ::java::lang::Object)))) key;
51
  ::java::security::cert::X509Certificate * certificate;
52
  ::java::lang::String * alias;
53
public:
54
  static ::java::lang::Class class$;
55
};
56
 
57
#endif // __javax_security_auth_x500_X500PrivateCredential__

powered by: WebSVN 2.1.0

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