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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [OutputSecurityParameters.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_net_ssl_provider_OutputSecurityParameters__
5
#define __gnu_javax_net_ssl_provider_OutputSecurityParameters__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace classpath
17
    {
18
      namespace debug
19
      {
20
          class SystemLogger;
21
      }
22
    }
23
    namespace javax
24
    {
25
      namespace net
26
      {
27
        namespace ssl
28
        {
29
          namespace provider
30
          {
31
              class CipherSuite;
32
              class ContentType;
33
              class OutputSecurityParameters;
34
              class SessionImpl;
35
          }
36
        }
37
      }
38
    }
39
  }
40
  namespace java
41
  {
42
    namespace nio
43
    {
44
        class ByteBuffer;
45
    }
46
  }
47
  namespace javax
48
  {
49
    namespace crypto
50
    {
51
        class Cipher;
52
        class Mac;
53
    }
54
  }
55
}
56
 
57
class gnu::javax::net::ssl::provider::OutputSecurityParameters : public ::java::lang::Object
58
{
59
 
60
public:
61
  OutputSecurityParameters(::javax::crypto::Cipher *, ::javax::crypto::Mac *, ::java::util::zip::Deflater *, ::gnu::javax::net::ssl::provider::SessionImpl *, ::gnu::javax::net::ssl::provider::CipherSuite *);
62
  virtual JArray< jint > * encrypt(JArray< ::java::nio::ByteBuffer * > *, jint, jint, ::gnu::javax::net::ssl::provider::ContentType *, ::java::nio::ByteBuffer *);
63
public: // actually package-private
64
  virtual ::gnu::javax::net::ssl::provider::CipherSuite * suite();
65
private:
66
  static ::gnu::classpath::debug::SystemLogger * logger;
67
  ::javax::crypto::Cipher * __attribute__((aligned(__alignof__( ::java::lang::Object)))) cipher;
68
  ::javax::crypto::Mac * mac;
69
  ::java::util::zip::Deflater * deflater;
70
  ::gnu::javax::net::ssl::provider::SessionImpl * session;
71
  ::gnu::javax::net::ssl::provider::CipherSuite * suite__;
72
  jlong sequence;
73
public:
74
  static ::java::lang::Class class$;
75
};
76
 
77
#endif // __gnu_javax_net_ssl_provider_OutputSecurityParameters__

powered by: WebSVN 2.1.0

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