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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [key/] [dss/] [DSSKeyPairX509Codec.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_java_security_key_dss_DSSKeyPairX509Codec__
5
#define __gnu_java_security_key_dss_DSSKeyPairX509Codec__
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 java
17
    {
18
      namespace security
19
      {
20
          class OID;
21
        namespace key
22
        {
23
          namespace dss
24
          {
25
              class DSSKeyPairX509Codec;
26
          }
27
        }
28
      }
29
    }
30
  }
31
  namespace java
32
  {
33
    namespace security
34
    {
35
        class PrivateKey;
36
        class PublicKey;
37
    }
38
  }
39
}
40
 
41
class gnu::java::security::key::dss::DSSKeyPairX509Codec : public ::java::lang::Object
42
{
43
 
44
public:
45
  DSSKeyPairX509Codec();
46
  virtual jint getFormatID();
47
  virtual JArray< jbyte > * encodePublicKey(::java::security::PublicKey *);
48
  virtual JArray< jbyte > * encodePrivateKey(::java::security::PrivateKey *);
49
  virtual ::java::security::PublicKey * decodePublicKey(JArray< jbyte > *);
50
  virtual ::java::security::PrivateKey * decodePrivateKey(JArray< jbyte > *);
51
private:
52
  static ::gnu::java::security::OID * DSA_ALG_OID;
53
public:
54
  static ::java::lang::Class class$;
55
};
56
 
57
#endif // __gnu_java_security_key_dss_DSSKeyPairX509Codec__

powered by: WebSVN 2.1.0

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