lithium\storage\session\strategy\Encrypt::_vectorSize PHP Method

_vectorSize() protected static method

Returns the vector size vor a given cipher and mode.
protected static _vectorSize ( ) : number
return number The vector size.
    protected static function _vectorSize()
    {
        return mcrypt_enc_get_iv_size(static::$_resource);
    }