Packagecom.hurlant.crypto.symmetric
Classpublic class CFB8Mode
InheritanceCFB8Mode Inheritance IVMode
ImplementsIMode

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



Public Properties
 PropertyDefined by
 InheritedIV : ByteArray
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
getBlockSize():uint
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):voidParameters
src:ByteArray
encrypt()method 
public function encrypt(src:ByteArray):voidParameters
src:ByteArray
toString()method 
public function toString():String

Returns
String