Retro68/gcc/libjava/gnu/java/security/x509/ext/ReasonCode.h

46 lines
993 B
C
Raw Normal View History

2012-03-27 23:13:14 +00:00
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_java_security_x509_ext_ReasonCode__
#define __gnu_java_security_x509_ext_ReasonCode__
#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 ReasonCode;
}
}
}
}
}
}
class gnu::java::security::x509::ext::ReasonCode : public ::gnu::java::security::x509::ext::Extension$Value
{
public:
ReasonCode(JArray< jbyte > *);
virtual jint getReasonCode();
virtual ::java::lang::String * toString();
static ::gnu::java::security::OID * ID;
jint __attribute__((aligned(__alignof__( ::gnu::java::security::x509::ext::Extension$Value)))) reason;
static ::java::lang::Class class$;
};
#endif // __gnu_java_security_x509_ext_ReasonCode__