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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [crypto/] [keyring/] [PrivateKeyEntry.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_javax_crypto_keyring_PrivateKeyEntry__
5
#define __gnu_javax_crypto_keyring_PrivateKeyEntry__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/crypto/keyring/PrimitiveEntry.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace crypto
17
      {
18
        namespace keyring
19
        {
20
            class PrivateKeyEntry;
21
            class Properties;
22
        }
23
      }
24
    }
25
  }
26
  namespace java
27
  {
28
    namespace security
29
    {
30
        class Key;
31
    }
32
  }
33
}
34
 
35
class gnu::javax::crypto::keyring::PrivateKeyEntry : public ::gnu::javax::crypto::keyring::PrimitiveEntry
36
{
37
 
38
public:
39
  PrivateKeyEntry(::java::security::Key *, ::java::util::Date *, ::gnu::javax::crypto::keyring::Properties *);
40
private:
41
  PrivateKeyEntry();
42
public:
43
  static ::gnu::javax::crypto::keyring::PrivateKeyEntry * decode(::java::io::DataInputStream *);
44
  ::java::security::Key * getKey();
45
public: // actually protected
46
  void encodePayload();
47
public:
48
  ::java::lang::String * toString();
49
  static const jint TYPE = 7;
50
private:
51
  ::java::security::Key * __attribute__((aligned(__alignof__( ::gnu::javax::crypto::keyring::PrimitiveEntry)))) key;
52
public:
53
  static ::java::lang::Class class$;
54
};
55
 
56
#endif // __gnu_javax_crypto_keyring_PrivateKeyEntry__

powered by: WebSVN 2.1.0

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