Granite Data Services API Documentation (3.0.0.M1)
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IStreamCipher
Methods
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