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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [crypto/] [ExemptionMechanismSpi.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_ExemptionMechanismSpi__
5
#define __javax_crypto_ExemptionMechanismSpi__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace security
17
    {
18
        class AlgorithmParameters;
19
        class Key;
20
      namespace spec
21
      {
22
          class AlgorithmParameterSpec;
23
      }
24
    }
25
  }
26
  namespace javax
27
  {
28
    namespace crypto
29
    {
30
        class ExemptionMechanismSpi;
31
    }
32
  }
33
}
34
 
35
class javax::crypto::ExemptionMechanismSpi : public ::java::lang::Object
36
{
37
 
38
public:
39
  ExemptionMechanismSpi();
40
public: // actually protected
41
  virtual JArray< jbyte > * engineGenExemptionBlob() = 0;
42
  virtual jint engineGenExemptionBlob(JArray< jbyte > *, jint) = 0;
43
  virtual jint engineGetOutputSize(jint) = 0;
44
  virtual void engineInit(::java::security::Key *) = 0;
45
  virtual void engineInit(::java::security::Key *, ::java::security::AlgorithmParameters *) = 0;
46
  virtual void engineInit(::java::security::Key *, ::java::security::spec::AlgorithmParameterSpec *) = 0;
47
public:
48
  static ::java::lang::Class class$;
49
};
50
 
51
#endif // __javax_crypto_ExemptionMechanismSpi__

powered by: WebSVN 2.1.0

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