mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-01 19:30:46 +00:00
41 lines
862 B
C++
41 lines
862 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_security_sig_ISignatureCodec__
|
|
#define __gnu_java_security_sig_ISignatureCodec__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace security
|
|
{
|
|
namespace sig
|
|
{
|
|
class ISignatureCodec;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::security::sig::ISignatureCodec : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual jint getFormatID() = 0;
|
|
virtual JArray< jbyte > * encodeSignature(::java::lang::Object *) = 0;
|
|
virtual ::java::lang::Object * decodeSignature(JArray< jbyte > *) = 0;
|
|
static const jint RAW_FORMAT = 1;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __gnu_java_security_sig_ISignatureCodec__
|