mirror of git://gcc.gnu.org/git/gcc.git
57 lines
1.2 KiB
C++
57 lines
1.2 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_security_x509_ext_CRLNumber__
|
|
#define __gnu_java_security_x509_ext_CRLNumber__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/java/security/x509/ext/Extension$Value.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace security
|
|
{
|
|
class OID;
|
|
namespace x509
|
|
{
|
|
namespace ext
|
|
{
|
|
class CRLNumber;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
namespace java
|
|
{
|
|
namespace math
|
|
{
|
|
class BigInteger;
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::security::x509::ext::CRLNumber : public ::gnu::java::security::x509::ext::Extension$Value
|
|
{
|
|
|
|
public:
|
|
CRLNumber(JArray< jbyte > *);
|
|
CRLNumber(::java::math::BigInteger *);
|
|
virtual ::java::math::BigInteger * getNumber();
|
|
virtual JArray< jbyte > * getEncoded();
|
|
virtual ::java::lang::String * toString();
|
|
static ::gnu::java::security::OID * ID;
|
|
private:
|
|
::java::math::BigInteger * __attribute__((aligned(__alignof__( ::gnu::java::security::x509::ext::Extension$Value)))) number;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_java_security_x509_ext_CRLNumber__
|