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

Subversion Repositories openrisc

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

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_CipherInputStream__
5
#define __javax_crypto_CipherInputStream__
6
 
7
#pragma interface
8
 
9
#include <java/io/FilterInputStream.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace crypto
17
    {
18
        class Cipher;
19
        class CipherInputStream;
20
    }
21
  }
22
}
23
 
24
class javax::crypto::CipherInputStream : public ::java::io::FilterInputStream
25
{
26
 
27
public:
28
  CipherInputStream(::java::io::InputStream *, ::javax::crypto::Cipher *);
29
public: // actually protected
30
  CipherInputStream(::java::io::InputStream *);
31
public:
32
  virtual jint available();
33
  virtual void close();
34
  virtual jint read();
35
  virtual jint read(JArray< jbyte > *, jint, jint);
36
  virtual jint read(JArray< jbyte > *);
37
  virtual jlong skip(jlong);
38
  virtual jboolean markSupported();
39
  virtual void mark(jint);
40
  virtual void reset();
41
private:
42
  void nextBlock();
43
  static ::java::util::logging::Logger * logger;
44
  ::javax::crypto::Cipher * __attribute__((aligned(__alignof__( ::java::io::FilterInputStream)))) cipher;
45
  JArray< jbyte > * outBuffer;
46
  jint outOffset;
47
  jboolean isStream;
48
  jboolean eof;
49
public:
50
  static ::java::lang::Class class$;
51
};
52
 
53
#endif // __javax_crypto_CipherInputStream__

powered by: WebSVN 2.1.0

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