ActionScript 3 Cryptography Library
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IStreamCipher
Package
com.hurlant.crypto.symmetric
Interface
public interface IStreamCipher extends
ICipher
Implementors
ARC4
A marker to indicate how this cipher works. A stream cipher: - does not use initialization vector - keeps some internal state between calls to encrypt() and decrypt()
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
decrypt
(src:ByteArray):void
ICipher
dispose
():void
ICipher
encrypt
(src:ByteArray):void
ICipher
getBlockSize
():uint
ICipher
toString
():String
ICipher
Mon May 20 2013, 09:16 PM +02:00