mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
57 lines
1.5 KiB
C
57 lines
1.5 KiB
C
|
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __gnu_java_security_der_DERReader__
|
||
|
#define __gnu_java_security_der_DERReader__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <java/lang/Object.h>
|
||
|
#include <gcj/array.h>
|
||
|
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace gnu
|
||
|
{
|
||
|
namespace java
|
||
|
{
|
||
|
namespace security
|
||
|
{
|
||
|
namespace der
|
||
|
{
|
||
|
class DERReader;
|
||
|
class DERValue;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class gnu::java::security::der::DERReader : public ::java::lang::Object
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
DERReader(JArray< jbyte > *);
|
||
|
DERReader(JArray< jbyte > *, jint, jint);
|
||
|
DERReader(::java::io::InputStream *);
|
||
|
static ::gnu::java::security::der::DERValue * read(JArray< jbyte > *);
|
||
|
virtual void skip(jint);
|
||
|
virtual ::gnu::java::security::der::DERValue * read();
|
||
|
public: // actually protected
|
||
|
virtual jint readLength();
|
||
|
private:
|
||
|
::java::lang::Object * readUniversal(jint, jint);
|
||
|
static ::java::lang::String * makeString(jint, JArray< jbyte > *);
|
||
|
static ::java::lang::String * fromIso88591(JArray< jbyte > *);
|
||
|
static ::java::lang::String * fromUtf16Be(JArray< jbyte > *);
|
||
|
static ::java::lang::String * fromUtf8(JArray< jbyte > *);
|
||
|
::java::util::Date * makeTime(jint, JArray< jbyte > *);
|
||
|
public: // actually protected
|
||
|
::java::io::InputStream * __attribute__((aligned(__alignof__( ::java::lang::Object)))) in;
|
||
|
::java::io::ByteArrayOutputStream * encBuf;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __gnu_java_security_der_DERReader__
|