lithium\storage\session\strategy\Encrypt::_vectorSize PHP Méthode

_vectorSize() protected static méthode

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