Packagecom.hurlant.crypto.symmetric
Interfacepublic 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
 MethodDefined By
 Inherited
decrypt(src:ByteArray):void
ICipher
 Inherited
dispose():void
ICipher
 Inherited
encrypt(src:ByteArray):void
ICipher
 Inherited
ICipher
 Inherited
toString():String
ICipher