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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [jce/] [mac/] [MacAdapter.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_mac_MacAdapter__
5
#define __gnu_javax_crypto_jce_mac_MacAdapter__
6
 
7
#pragma interface
8
 
9
#include <javax/crypto/MacSpi.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace crypto
19
      {
20
        namespace jce
21
        {
22
          namespace mac
23
          {
24
              class MacAdapter;
25
          }
26
        }
27
        namespace mac
28
        {
29
            class IMac;
30
        }
31
      }
32
    }
33
  }
34
  namespace java
35
  {
36
    namespace security
37
    {
38
        class Key;
39
      namespace spec
40
      {
41
          class AlgorithmParameterSpec;
42
      }
43
    }
44
  }
45
}
46
 
47
class gnu::javax::crypto::jce::mac::MacAdapter : public ::javax::crypto::MacSpi
48
{
49
 
50
public: // actually protected
51
  MacAdapter(::java::lang::String *);
52
private:
53
  MacAdapter(::gnu::javax::crypto::mac::IMac *, ::java::util::Map *);
54
public:
55
  virtual ::java::lang::Object * clone();
56
public: // actually protected
57
  virtual JArray< jbyte > * engineDoFinal();
58
  virtual jint engineGetMacLength();
59
  virtual void engineInit(::java::security::Key *, ::java::security::spec::AlgorithmParameterSpec *);
60
  virtual void engineReset();
61
  virtual void engineUpdate(jbyte);
62
  virtual void engineUpdate(JArray< jbyte > *, jint, jint);
63
  ::gnu::javax::crypto::mac::IMac * __attribute__((aligned(__alignof__( ::javax::crypto::MacSpi)))) mac;
64
  ::java::util::Map * attributes;
65
public:
66
  static ::java::lang::Class class$;
67
};
68
 
69
#endif // __gnu_javax_crypto_jce_mac_MacAdapter__

powered by: WebSVN 2.1.0

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