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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [security/] [cert/] [X509CRL.h] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_security_cert_X509CRL__
5
#define __java_security_cert_X509CRL__
6
 
7
#pragma interface
8
 
9
#include <java/security/cert/CRL.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace java
15
  {
16
    namespace math
17
    {
18
        class BigInteger;
19
    }
20
    namespace security
21
    {
22
        class Principal;
23
        class PublicKey;
24
      namespace cert
25
      {
26
          class X509CRL;
27
          class X509CRLEntry;
28
      }
29
    }
30
  }
31
  namespace javax
32
  {
33
    namespace security
34
    {
35
      namespace auth
36
      {
37
        namespace x500
38
        {
39
            class X500Principal;
40
        }
41
      }
42
    }
43
  }
44
}
45
 
46
class java::security::cert::X509CRL : public ::java::security::cert::CRL
47
{
48
 
49
public: // actually protected
50
  X509CRL();
51
public:
52
  virtual jboolean equals(::java::lang::Object *);
53
  virtual jint hashCode();
54
  virtual JArray< jbyte > * getEncoded() = 0;
55
  virtual void verify(::java::security::PublicKey *) = 0;
56
  virtual void verify(::java::security::PublicKey *, ::java::lang::String *) = 0;
57
  virtual jint getVersion() = 0;
58
  virtual ::java::security::Principal * getIssuerDN() = 0;
59
  virtual ::java::util::Date * getThisUpdate() = 0;
60
  virtual ::java::util::Date * getNextUpdate() = 0;
61
  virtual ::java::security::cert::X509CRLEntry * getRevokedCertificate(::java::math::BigInteger *) = 0;
62
  virtual ::java::util::Set * getRevokedCertificates() = 0;
63
  virtual JArray< jbyte > * getTBSCertList() = 0;
64
  virtual JArray< jbyte > * getSignature() = 0;
65
  virtual ::java::lang::String * getSigAlgName() = 0;
66
  virtual ::java::lang::String * getSigAlgOID() = 0;
67
  virtual JArray< jbyte > * getSigAlgParams() = 0;
68
  virtual ::javax::security::auth::x500::X500Principal * getIssuerX500Principal();
69
  virtual jboolean hasUnsupportedCriticalExtension() = 0;
70
  virtual ::java::util::Set * getCriticalExtensionOIDs() = 0;
71
  virtual ::java::util::Set * getNonCriticalExtensionOIDs() = 0;
72
  virtual JArray< jbyte > * getExtensionValue(::java::lang::String *) = 0;
73
  static ::java::lang::Class class$;
74
};
75
 
76
#endif // __java_security_cert_X509CRL__

powered by: WebSVN 2.1.0

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