Back to AesInterface class

Method getBlockSize

public int
getBlockSize
()
Returns the encryption block size in bytes
Returns
  • int
Class: AesInterface
Project: Joomla

Method getBlockSize - Source code

/**
 * Returns the encryption block size in bytes
 *
 * @return  integer
 */
public function getBlockSize();