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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [jce/] [cipher/] [ARCFourSpi.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_cipher_ARCFourSpi__
5
#define __gnu_javax_crypto_jce_cipher_ARCFourSpi__
6
 
7
#pragma interface
8
 
9
#include <javax/crypto/CipherSpi.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 cipher
33
          {
34
              class ARCFourSpi;
35
          }
36
        }
37
      }
38
    }
39
  }
40
  namespace java
41
  {
42
    namespace security
43
    {
44
        class AlgorithmParameters;
45
        class Key;
46
        class SecureRandom;
47
      namespace spec
48
      {
49
          class AlgorithmParameterSpec;
50
      }
51
    }
52
  }
53
}
54
 
55
class gnu::javax::crypto::jce::cipher::ARCFourSpi : public ::javax::crypto::CipherSpi
56
{
57
 
58
public:
59
  ARCFourSpi();
60
public: // actually protected
61
  virtual jint engineGetBlockSize();
62
  virtual void engineSetMode(::java::lang::String *);
63
  virtual void engineSetPadding(::java::lang::String *);
64
  virtual JArray< jbyte > * engineGetIV();
65
  virtual jint engineGetOutputSize(jint);
66
  virtual ::java::security::AlgorithmParameters * engineGetParameters();
67
  virtual void engineInit(jint, ::java::security::Key *, ::java::security::SecureRandom *);
68
  virtual void engineInit(jint, ::java::security::Key *, ::java::security::spec::AlgorithmParameterSpec *, ::java::security::SecureRandom *);
69
  virtual void engineInit(jint, ::java::security::Key *, ::java::security::AlgorithmParameters *, ::java::security::SecureRandom *);
70
  virtual JArray< jbyte > * engineUpdate(JArray< jbyte > *, jint, jint);
71
  virtual jint engineUpdate(JArray< jbyte > *, jint, jint, JArray< jbyte > *, jint);
72
  virtual JArray< jbyte > * engineDoFinal(JArray< jbyte > *, jint, jint);
73
  virtual jint engineDoFinal(JArray< jbyte > *, jint, jint, JArray< jbyte > *, jint);
74
private:
75
  ::gnu::java::security::prng::IRandom * __attribute__((aligned(__alignof__( ::javax::crypto::CipherSpi)))) keystream;
76
public:
77
  static ::java::lang::Class class$;
78
};
79
 
80
#endif // __gnu_javax_crypto_jce_cipher_ARCFourSpi__

powered by: WebSVN 2.1.0

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