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

Subversion Repositories openrisc

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

powered by: WebSVN 2.1.0

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