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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [x509/] [PolicyNodeImpl.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_PolicyNodeImpl__
5
#define __gnu_java_security_x509_PolicyNodeImpl__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace java
15
    {
16
      namespace security
17
      {
18
        namespace x509
19
        {
20
            class PolicyNodeImpl;
21
        }
22
      }
23
    }
24
  }
25
  namespace java
26
  {
27
    namespace security
28
    {
29
      namespace cert
30
      {
31
          class PolicyNode;
32
          class PolicyQualifierInfo;
33
      }
34
    }
35
  }
36
}
37
 
38
class gnu::java::security::x509::PolicyNodeImpl : public ::java::lang::Object
39
{
40
 
41
public:
42
  PolicyNodeImpl();
43
  void addChild(::gnu::java::security::x509::PolicyNodeImpl *);
44
  ::java::util::Iterator * getChildren();
45
  jint getDepth();
46
  void setDepth(jint);
47
  void addAllExpectedPolicies(::java::util::Set *);
48
  void addExpectedPolicy(::java::lang::String *);
49
  ::java::util::Set * getExpectedPolicies();
50
  ::java::security::cert::PolicyNode * getParent();
51
  void addAllPolicyQualifiers(::java::util::Collection *);
52
  void addPolicyQualifier(::java::security::cert::PolicyQualifierInfo *);
53
  ::java::util::Set * getPolicyQualifiers();
54
  ::java::lang::String * getValidPolicy();
55
  void setValidPolicy(::java::lang::String *);
56
  jboolean isCritical();
57
  void setCritical(jboolean);
58
  void setReadOnly();
59
  ::java::lang::String * toString();
60
private:
61
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) policy;
62
  ::java::util::Set * expectedPolicies;
63
  ::java::util::Set * qualifiers;
64
  ::java::util::Set * children;
65
  ::gnu::java::security::x509::PolicyNodeImpl * parent;
66
  jint depth;
67
  jboolean critical;
68
  jboolean readOnly;
69
public:
70
  static ::java::lang::Class class$;
71
};
72
 
73
#endif // __gnu_java_security_x509_PolicyNodeImpl__

powered by: WebSVN 2.1.0

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