aboutsummaryrefslogtreecommitdiffstats
path: root/signaling-server/node_modules/socket.io/node_modules/socket.io-client/lib/vendor/web-socket-js/flash-src/com/hurlant/crypto/symmetric/IMode.as
blob: 8a99b0642136ce7e2b87a16f3d4f6b6c8fa7dde2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
	{
	}
}