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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [crypto/] [SecretKey.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_SecretKey__
5
#define __javax_crypto_SecretKey__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace crypto
17
    {
18
        class SecretKey;
19
    }
20
  }
21
}
22
 
23
class javax::crypto::SecretKey : public ::java::lang::Object
24
{
25
 
26
public:
27
  virtual ::java::lang::String * getAlgorithm() = 0;
28
  virtual ::java::lang::String * getFormat() = 0;
29
  virtual JArray< jbyte > * getEncoded() = 0;
30
  static const jlong serialVersionUID = -4795878709595146952LL;
31
  static ::java::lang::Class class$;
32
} __attribute__ ((java_interface));
33
 
34
#endif // __javax_crypto_SecretKey__

powered by: WebSVN 2.1.0

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