/flash-src/third-party/com/hurlant/crypto/symmetric/IMode.as
http://github.com/gimite/web-socket-js · ActionScript · 15 lines · 6 code · 0 blank · 9 comment · 0 complexity · 290af516bcda07542c157a1831edfa78 MD5 · raw file
- /**
- * 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
- {
- }
- }