imode.as

来自「As3 Crypto is a cryptography library wri」· AS 代码 · 共 15 行

AS
15
字号
/**
 * IMode
 * 
 * An interface for confidentiality modes to implement
 * This could become deprecated at some point.
 * Copyright (c) 2007 Henri Torgemane
 * 
 * See LICENSE.txt for full license information.
 */
package com.hurlant.crypto.symmetric 
{
	public interface IMode extends ICipher
	{
	}
}

⌨️ 快捷键说明

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