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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [der/] [DER.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_der_DER__
5
#define __gnu_java_security_der_DER__
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 der
19
        {
20
            class DER;
21
        }
22
      }
23
    }
24
  }
25
}
26
 
27
class gnu::java::security::der::DER : public ::java::lang::Object
28
{
29
 
30
public:
31
  static const jint UNIVERSAL = 0;
32
  static const jint APPLICATION = 64;
33
  static const jint CONTEXT = 128;
34
  static const jint PRIVATE = 192;
35
  static const jint CONSTRUCTED = 32;
36
  static const jint ANY = 0;
37
  static const jint BOOLEAN = 1;
38
  static const jint INTEGER = 2;
39
  static const jint BIT_STRING = 3;
40
  static const jint OCTET_STRING = 4;
41
  static const jint NULL = 5;
42
  static const jint OBJECT_IDENTIFIER = 6;
43
  static const jint REAL = 9;
44
  static const jint ENUMERATED = 10;
45
  static const jint RELATIVE_OID = 13;
46
  static const jint SEQUENCE = 16;
47
  static const jint SET = 17;
48
  static ::java::lang::Object * CONSTRUCTED_VALUE;
49
  static const jint NUMERIC_STRING = 18;
50
  static const jint PRINTABLE_STRING = 19;
51
  static const jint T61_STRING = 20;
52
  static const jint VIDEOTEX_STRING = 21;
53
  static const jint IA5_STRING = 22;
54
  static const jint GRAPHIC_STRING = 25;
55
  static const jint ISO646_STRING = 26;
56
  static const jint GENERAL_STRING = 27;
57
  static const jint UTF8_STRING = 12;
58
  static const jint UNIVERSAL_STRING = 28;
59
  static const jint BMP_STRING = 30;
60
  static const jint UTC_TIME = 23;
61
  static const jint GENERALIZED_TIME = 24;
62
  static ::java::lang::Class class$;
63
} __attribute__ ((java_interface));
64
 
65
#endif // __gnu_java_security_der_DER__

powered by: WebSVN 2.1.0

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