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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [crypto/] [CipherOutputStream.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_CipherOutputStream__
5
#define __javax_crypto_CipherOutputStream__
6
 
7
#pragma interface
8
 
9
#include <java/io/FilterOutputStream.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace crypto
17
    {
18
        class Cipher;
19
        class CipherOutputStream;
20
    }
21
  }
22
}
23
 
24
class javax::crypto::CipherOutputStream : public ::java::io::FilterOutputStream
25
{
26
 
27
public:
28
  CipherOutputStream(::java::io::OutputStream *, ::javax::crypto::Cipher *);
29
public: // actually protected
30
  CipherOutputStream(::java::io::OutputStream *);
31
public:
32
  virtual void close();
33
  virtual void flush();
34
  virtual void write(jint);
35
  virtual void write(JArray< jbyte > *);
36
  virtual void write(JArray< jbyte > *, jint, jint);
37
private:
38
  ::javax::crypto::Cipher * __attribute__((aligned(__alignof__( ::java::io::FilterOutputStream)))) cipher;
39
public:
40
  static ::java::lang::Class class$;
41
};
42
 
43
#endif // __javax_crypto_CipherOutputStream__

powered by: WebSVN 2.1.0

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