Crypt_Rijndael
[ class tree: Crypt_Rijndael ] [ index: Crypt_Rijndael ] [ all elements ]

Element index for package Crypt_Rijndael

[ c ] [ d ] [ e ] [ r ] [ s ] [ _ ]

_

_generate_xor
in file Rijndael.php, method Crypt_Rijndael::_generate_xor()
    Generate CTR XOR encryption key
top

c

Crypt_Rijndael
in file Rijndael.php, class Crypt_Rijndael
    Pure-PHP implementation of Rijndael.
Crypt_Rijndael
in file Rijndael.php, method Crypt_Rijndael::Crypt_Rijndael()
    Default Constructor.
CRYPT_RIJNDAEL_MODE_CBC
in file Rijndael.php, constant CRYPT_RIJNDAEL_MODE_CBC
    Encrypt / decrypt using the Code Book Chaining mode.
CRYPT_RIJNDAEL_MODE_CTR
in file Rijndael.php, constant CRYPT_RIJNDAEL_MODE_CTR
    Encrypt / decrypt using the Counter mode.
CRYPT_RIJNDAEL_MODE_ECB
in file Rijndael.php, constant CRYPT_RIJNDAEL_MODE_ECB
    Encrypt / decrypt using the Electronic Code Book mode.
top

d

decrypt
in file Rijndael.php, method Crypt_Rijndael::decrypt()
    Decrypts a message.
disableContinuousBuffer
in file Rijndael.php, method Crypt_Rijndael::disableContinuousBuffer()
    Treat consecutive packets as if they are a discontinuous buffer.
disablePadding
in file Rijndael.php, method Crypt_Rijndael::disablePadding()
    Do not pad packets.
top

e

enableContinuousBuffer
in file Rijndael.php, method Crypt_Rijndael::enableContinuousBuffer()
    Treat consecutive "packets" as if they are a continuous buffer.
enablePadding
in file Rijndael.php, method Crypt_Rijndael::enablePadding()
    Pad "packets".
encrypt
in file Rijndael.php, method Crypt_Rijndael::encrypt()
    Encrypts a message.
top

r

Rijndael.php
procedural page Rijndael.php
top

s

setBlockLength
in file Rijndael.php, method Crypt_Rijndael::setBlockLength()
    Sets the block length
setIV
in file Rijndael.php, method Crypt_Rijndael::setIV()
    Sets the initialization vector. (optional)
setKey
in file Rijndael.php, method Crypt_Rijndael::setKey()
    Sets the key.
setKeyLength
in file Rijndael.php, method Crypt_Rijndael::setKeyLength()
    Sets the key length
top

Documentation generated on Sat, 12 Feb 2011 16:36:00 +0100 by phpDocumentor 1.4.1