URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [security/] [SecureClassLoader.h] - Rev 776
Go to most recent revision | Compare with Previous | Blame | View Log
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- #ifndef __java_security_SecureClassLoader__ #define __java_security_SecureClassLoader__ #pragma interface #include <java/lang/ClassLoader.h> #include <gcj/array.h> extern "Java" { namespace java { namespace nio { class ByteBuffer; } namespace security { class CodeSource; class PermissionCollection; class ProtectionDomain; class SecureClassLoader; } } } class java::security::SecureClassLoader : public ::java::lang::ClassLoader { public: // actually protected SecureClassLoader(::java::lang::ClassLoader *); SecureClassLoader(); virtual ::java::lang::Class * defineClass(::java::lang::String *, JArray< jbyte > *, jint, jint, ::java::security::CodeSource *); virtual ::java::lang::Class * defineClass(::java::lang::String *, ::java::nio::ByteBuffer *, ::java::security::CodeSource *); private: ::java::security::ProtectionDomain * getProtectionDomain(::java::security::CodeSource *); public: // actually protected virtual ::java::security::PermissionCollection * getPermissions(::java::security::CodeSource *); private: ::java::util::HashMap * __attribute__((aligned(__alignof__( ::java::lang::ClassLoader)))) protectionDomainCache; public: static ::java::lang::Class class$; }; #endif // __java_security_SecureClassLoader__
Go to most recent revision | Compare with Previous | Blame | View Log