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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [jce/] [prng/] [ARCFourRandomSpi.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_crypto_jce_prng_ARCFourRandomSpi__
5
#define __gnu_javax_crypto_jce_prng_ARCFourRandomSpi__
6
 
7
#pragma interface
8
 
9
#include <java/security/SecureRandomSpi.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace java
17
    {
18
      namespace security
19
      {
20
        namespace prng
21
        {
22
            class IRandom;
23
        }
24
      }
25
    }
26
    namespace javax
27
    {
28
      namespace crypto
29
      {
30
        namespace jce
31
        {
32
          namespace prng
33
          {
34
              class ARCFourRandomSpi;
35
          }
36
        }
37
      }
38
    }
39
  }
40
}
41
 
42
class gnu::javax::crypto::jce::prng::ARCFourRandomSpi : public ::java::security::SecureRandomSpi
43
{
44
 
45
public:
46
  ARCFourRandomSpi();
47
  virtual JArray< jbyte > * engineGenerateSeed(jint);
48
  virtual void engineNextBytes(JArray< jbyte > *);
49
  virtual void engineSetSeed(JArray< jbyte > *);
50
private:
51
  ::gnu::java::security::prng::IRandom * __attribute__((aligned(__alignof__( ::java::security::SecureRandomSpi)))) adaptee;
52
  jboolean virgin;
53
public:
54
  static ::java::lang::Class class$;
55
};
56
 
57
#endif // __gnu_javax_crypto_jce_prng_ARCFourRandomSpi__

powered by: WebSVN 2.1.0

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