📄 securitylevel.java
字号:
// SecurityLevel.java// $Id: SecurityLevel.java,v 1.11 2001/03/07 20:51:54 ylafon Exp $// (c) COPYRIGHT MIT, INRIA and Keio, 1999.// Please first read the full copyright statement in file COPYRIGHT.htmlpackage org.w3c.jigsaw.acl;import java.security.Principal;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;import java.util.Date;import org.w3c.jigsaw.auth.AuthFilter;import org.w3c.jigsaw.frames.HTTPFrame;import org.w3c.jigsaw.http.Request;import org.w3c.jigsaw.http.Reply;import org.w3c.www.http.HttpChallenge;import org.w3c.www.http.HttpFactory;import org.w3c.tools.resources.FramedResource;import org.w3c.util.StringUtils;/** * @version $Revision: 1.11 $ * @author Beno顃 Mah
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -