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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [CipherAlgorithm.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_javax_net_ssl_provider_CipherAlgorithm__
5
#define __gnu_javax_net_ssl_provider_CipherAlgorithm__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Enum.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace net
19
      {
20
        namespace ssl
21
        {
22
          namespace provider
23
          {
24
              class CipherAlgorithm;
25
          }
26
        }
27
      }
28
    }
29
  }
30
}
31
 
32
class gnu::javax::net::ssl::provider::CipherAlgorithm : public ::java::lang::Enum
33
{
34
 
35
  CipherAlgorithm(::java::lang::String *, jint);
36
public:
37
  static JArray< ::gnu::javax::net::ssl::provider::CipherAlgorithm * > * values();
38
  static ::gnu::javax::net::ssl::provider::CipherAlgorithm * valueOf(::java::lang::String *);
39
  static ::gnu::javax::net::ssl::provider::CipherAlgorithm * NULL;
40
  static ::gnu::javax::net::ssl::provider::CipherAlgorithm * RC4;
41
  static ::gnu::javax::net::ssl::provider::CipherAlgorithm * DES;
42
  static ::gnu::javax::net::ssl::provider::CipherAlgorithm * DESede;
43
  static ::gnu::javax::net::ssl::provider::CipherAlgorithm * CAST5;
44
  static ::gnu::javax::net::ssl::provider::CipherAlgorithm * AES;
45
private:
46
  static JArray< ::gnu::javax::net::ssl::provider::CipherAlgorithm * > * ENUM$VALUES;
47
public:
48
  static ::java::lang::Class class$;
49
};
50
 
51
#endif // __gnu_javax_net_ssl_provider_CipherAlgorithm__

powered by: WebSVN 2.1.0

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