⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 implicitlytrustedclass.java

📁 用于移动设备上的java虚拟机源代码
💻 JAVA
字号:
/* * @(#)ImplicitlyTrustedClass.java	1.4 02/07/24 @(#) * * Copyright (c) 2001-2002 Sun Microsystems, Inc.  All rights reserved. * PROPRIETARY/CONFIDENTIAL * Use is subject to license terms. */package com.sun.midp.security;/** * Enables optional dynamically loaded implicitly trusted classes to be given * security tokens. */public interface ImplicitlyTrustedClass {    /**     * Initializes the security token this class, so it can     * perform actions that a normal MIDlet Suite cannot.     *     * @param token security token for this class     */    public void initSecurityToken(SecurityToken token);}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -