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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [crypto/] [MacSpi.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_crypto_MacSpi__
5
#define __javax_crypto_MacSpi__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace nio
17
    {
18
        class ByteBuffer;
19
    }
20
    namespace security
21
    {
22
        class Key;
23
      namespace spec
24
      {
25
          class AlgorithmParameterSpec;
26
      }
27
    }
28
  }
29
  namespace javax
30
  {
31
    namespace crypto
32
    {
33
        class MacSpi;
34
    }
35
  }
36
}
37
 
38
class javax::crypto::MacSpi : public ::java::lang::Object
39
{
40
 
41
public:
42
  MacSpi();
43
  virtual ::java::lang::Object * clone();
44
public: // actually protected
45
  virtual JArray< jbyte > * engineDoFinal() = 0;
46
  virtual jint engineGetMacLength() = 0;
47
  virtual void engineInit(::java::security::Key *, ::java::security::spec::AlgorithmParameterSpec *) = 0;
48
  virtual void engineReset() = 0;
49
  virtual void engineUpdate(jbyte) = 0;
50
  virtual void engineUpdate(JArray< jbyte > *, jint, jint) = 0;
51
  virtual void engineUpdate(::java::nio::ByteBuffer *);
52
public:
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __javax_crypto_MacSpi__

powered by: WebSVN 2.1.0

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