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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [crypto/] [ExemptionMechanismSpi.h] - Rev 759

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __javax_crypto_ExemptionMechanismSpi__
#define __javax_crypto_ExemptionMechanismSpi__
 
#pragma interface
 
#include <java/lang/Object.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace java
  {
    namespace security
    {
        class AlgorithmParameters;
        class Key;
      namespace spec
      {
          class AlgorithmParameterSpec;
      }
    }
  }
  namespace javax
  {
    namespace crypto
    {
        class ExemptionMechanismSpi;
    }
  }
}
 
class javax::crypto::ExemptionMechanismSpi : public ::java::lang::Object
{
 
public:
  ExemptionMechanismSpi();
public: // actually protected
  virtual JArray< jbyte > * engineGenExemptionBlob() = 0;
  virtual jint engineGenExemptionBlob(JArray< jbyte > *, jint) = 0;
  virtual jint engineGetOutputSize(jint) = 0;
  virtual void engineInit(::java::security::Key *) = 0;
  virtual void engineInit(::java::security::Key *, ::java::security::AlgorithmParameters *) = 0;
  virtual void engineInit(::java::security::Key *, ::java::security::spec::AlgorithmParameterSpec *) = 0;
public:
  static ::java::lang::Class class$;
};
 
#endif // __javax_crypto_ExemptionMechanismSpi__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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