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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [net/] [ssl/] [provider/] [InputSecurityParameters.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_InputSecurityParameters__
5
#define __gnu_javax_net_ssl_provider_InputSecurityParameters__
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 java
24
    {
25
      namespace security
26
      {
27
        namespace util
28
        {
29
            class ByteBufferOutputStream;
30
        }
31
      }
32
    }
33
    namespace javax
34
    {
35
      namespace net
36
      {
37
        namespace ssl
38
        {
39
          namespace provider
40
          {
41
              class CipherSuite;
42
              class InputSecurityParameters;
43
              class Record;
44
              class SessionImpl;
45
          }
46
        }
47
      }
48
    }
49
  }
50
  namespace java
51
  {
52
    namespace nio
53
    {
54
        class ByteBuffer;
55
    }
56
  }
57
  namespace javax
58
  {
59
    namespace crypto
60
    {
61
        class Cipher;
62
        class Mac;
63
    }
64
  }
65
}
66
 
67
class gnu::javax::net::ssl::provider::InputSecurityParameters : public ::java::lang::Object
68
{
69
 
70
public:
71
  InputSecurityParameters(::javax::crypto::Cipher *, ::javax::crypto::Mac *, ::java::util::zip::Inflater *, ::gnu::javax::net::ssl::provider::SessionImpl *, ::gnu::javax::net::ssl::provider::CipherSuite *);
72
  virtual jint decrypt(::gnu::javax::net::ssl::provider::Record *, JArray< ::java::nio::ByteBuffer * > *, jint, jint);
73
  virtual jint decrypt(::gnu::javax::net::ssl::provider::Record *, ::gnu::java::security::util::ByteBufferOutputStream *);
74
private:
75
  jint decrypt(::gnu::javax::net::ssl::provider::Record *, JArray< ::java::nio::ByteBuffer * > *, jint, jint, ::gnu::java::security::util::ByteBufferOutputStream *);
76
public: // actually package-private
77
  virtual ::gnu::javax::net::ssl::provider::CipherSuite * cipherSuite();
78
private:
79
  static ::gnu::classpath::debug::SystemLogger * logger;
80
  ::javax::crypto::Cipher * __attribute__((aligned(__alignof__( ::java::lang::Object)))) cipher;
81
  ::javax::crypto::Mac * mac;
82
  ::java::util::zip::Inflater * inflater;
83
  ::gnu::javax::net::ssl::provider::SessionImpl * session;
84
  ::gnu::javax::net::ssl::provider::CipherSuite * suite;
85
  jlong sequence;
86
public:
87
  static ::java::lang::Class class$;
88
};
89
 
90
#endif // __gnu_javax_net_ssl_provider_InputSecurityParameters__

powered by: WebSVN 2.1.0

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