URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [der/] [DERReader.h] - Rev 756
Compare with Previous | Blame | View Log
// 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__