PHP Class Phalcon\Test\Unit\CryptTest

Author: Andres Gutierrez ([email protected])
Author: Nikolaos Dimopoulos ([email protected])
Inheritance: extends Phalcon\Test\Module\UnitTest
Show file Open project: phalcon/cphalcon

Public Methods

Method Description
_before ( )
testCryptConstants ( ) Tests the Crypt constants
testCryptEncryptBase64 ( ) Tests the encryption base 64
testCryptEncryption ( ) Tests the encryption
testCryptPadding ( ) Tests the padding

Method Details

_before() public method

public _before ( )

testCryptConstants() public method

Tests the Crypt constants
Since: 2015-12-20
Author: Serghei Iakovlev ([email protected])
public testCryptConstants ( )

testCryptEncryptBase64() public method

Tests the encryption base 64
Since: 2014-10-17
Author: Nikolaos Dimopoulos ([email protected])

testCryptEncryption() public method

Tests the encryption
Since: 2014-10-17
Author: Nikolaos Dimopoulos ([email protected])
public testCryptEncryption ( )

testCryptPadding() public method

Tests the padding
Since: 2014-10-17
Author: Nikolaos Dimopoulos ([email protected])
public testCryptPadding ( )