Packagecom.hurlant.crypto.symmetric
Classpublic class CFB8Mode
InheritanceCFB8Mode Inheritance IVMode Inheritance Object
Implements IMode

Note: The constructor accepts an optional padding argument, but ignores it otherwise.



Public Properties
 PropertyDefined By
 InheritedIV : ByteArray
Optional function to force the IV value.
IVMode
Protected Properties
 PropertyDefined By
 InheritedblockSize : uint
IVMode
 Inheritediv : ByteArray
IVMode
 Inheritedkey : ISymmetricKey
IVMode
 InheritedlastIV : ByteArray
IVMode
 Inheritedpadding : IPad
IVMode
 Inheritedprng : Random
IVMode
Public Methods
 MethodDefined By
  
CFB8Mode(key:ISymmetricKey, padding:IPad = null)
CFB8Mode
  
decrypt(src:ByteArray):void
CFB8Mode
 Inherited
dispose():void
IVMode
  
encrypt(src:ByteArray):void
CFB8Mode
 Inherited
IVMode
  
toString():String
CFB8Mode
Protected Methods
 MethodDefined By
 Inherited
getIV4d():ByteArray
IVMode
 Inherited
getIV4e():ByteArray
IVMode
Constructor Detail
CFB8Mode()Constructor
public function CFB8Mode(key:ISymmetricKey, padding:IPad = null)



Parameters
key:ISymmetricKey
 
padding:IPad (default = null)
Method Detail
decrypt()method
public function decrypt(src:ByteArray):void

Parameters

src:ByteArray

encrypt()method 
public function encrypt(src:ByteArray):void

Parameters

src:ByteArray

toString()method 
public function toString():String

Returns
String