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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [sasl/] [srp/] [SecurityContext.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_crypto_sasl_srp_SecurityContext__
5
#define __gnu_javax_crypto_sasl_srp_SecurityContext__
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 javax
17
    {
18
      namespace crypto
19
      {
20
        namespace sasl
21
        {
22
          namespace srp
23
          {
24
              class CALG;
25
              class IALG;
26
              class SecurityContext;
27
          }
28
        }
29
      }
30
    }
31
  }
32
}
33
 
34
class gnu::javax::crypto::sasl::srp::SecurityContext : public ::java::lang::Object
35
{
36
 
37
public: // actually package-private
38
  SecurityContext(::java::lang::String *, JArray< jbyte > *, JArray< jbyte > *, JArray< jbyte > *, JArray< jbyte > *, jboolean, jint, jint, ::gnu::javax::crypto::sasl::srp::IALG *, ::gnu::javax::crypto::sasl::srp::IALG *, ::gnu::javax::crypto::sasl::srp::CALG *, ::gnu::javax::crypto::sasl::srp::CALG *);
39
  virtual ::java::lang::String * getMdName();
40
  virtual JArray< jbyte > * getSID();
41
  virtual JArray< jbyte > * getK();
42
  virtual JArray< jbyte > * getClientIV();
43
  virtual JArray< jbyte > * getServerIV();
44
  virtual jboolean hasReplayDetection();
45
  virtual jint getInCounter();
46
  virtual jint getOutCounter();
47
  virtual ::gnu::javax::crypto::sasl::srp::IALG * getInMac();
48
  virtual ::gnu::javax::crypto::sasl::srp::IALG * getOutMac();
49
  virtual ::gnu::javax::crypto::sasl::srp::CALG * getInCipher();
50
  virtual ::gnu::javax::crypto::sasl::srp::CALG * getOutCipher();
51
private:
52
  ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) mdName;
53
  JArray< jbyte > * sid;
54
  JArray< jbyte > * K;
55
  JArray< jbyte > * cIV;
56
  JArray< jbyte > * sIV;
57
  jboolean replayDetection;
58
  jint inCounter;
59
  jint outCounter;
60
  ::gnu::javax::crypto::sasl::srp::IALG * inMac;
61
  ::gnu::javax::crypto::sasl::srp::IALG * outMac;
62
  ::gnu::javax::crypto::sasl::srp::CALG * inCipher;
63
  ::gnu::javax::crypto::sasl::srp::CALG * outCipher;
64
public:
65
  static ::java::lang::Class class$;
66
};
67
 
68
#endif // __gnu_javax_crypto_sasl_srp_SecurityContext__

powered by: WebSVN 2.1.0

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